<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimal-ui">
<meta name="description" content="bootstrap admin template">
<meta name="author" content="">

<title>{{@file.data.frontMatter.title}} | Remark Admin Template</title>

<link rel="apple-touch-icon" href="{{assets}}/images/apple-touch-icon.png">
<link rel="shortcut icon" href="{{assets}}/images/favicon.ico">

<!-- Stylesheets -->
<link rel="stylesheet" href="{{global}}/css/bootstrap.min.css">
<link rel="stylesheet" href="{{global}}/css/bootstrap-extend.min.css">
<link rel="stylesheet" href="{{assets}}/css/site.min.css">

<!-- Plugins -->
{{#block "css_vendor"}}
<link rel="stylesheet" href="{{global}}/vendor/animsition/animsition.css">
<link rel="stylesheet" href="{{global}}/vendor/asscrollable/asScrollable.css">
<link rel="stylesheet" href="{{global}}/vendor/switchery/switchery.css">
<link rel="stylesheet" href="{{global}}/vendor/intro-js/introjs.css">
<link rel="stylesheet" href="{{global}}/vendor/slidepanel/slidePanel.css">
<link rel="stylesheet" href="{{global}}/vendor/flag-icon-css/flag-icon.css">
{{/block}}
{{#block "css"}}

{{/block}}

<!-- Fonts -->
{{#block "fonts"}}
<link rel="stylesheet" href="{{global}}/fonts/web-icons/web-icons.min.css">
<link rel="stylesheet" href="{{global}}/fonts/brand-icons/brand-icons.min.css">
<link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Roboto:300,400,500,300italic'>
{{/block}}

<!--[if lt IE 9]>
<script src="{{global}}/vendor/html5shiv/html5shiv.min.js"></script>
<![endif]-->

<!--[if lt IE 10]>
<script src="{{global}}/vendor/media-match/media.match.min.js"></script>
<script src="{{global}}/vendor/respond/respond.min.js"></script>
<![endif]-->

<!-- Scripts -->
<script src="{{global}}/vendor/breakpoints/breakpoints.js"></script>
<script>
  Breakpoints();
</script>
