2013-07-13 16:38:53 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang='en'>
|
|
|
|
<head>
|
2013-07-13 21:18:57 +02:00
|
|
|
|
2013-07-13 16:38:53 +02:00
|
|
|
<title>{% if page.title %}{{ page.title }} - {% endif %}{{ site.title}}</title>
|
2013-07-13 21:18:57 +02:00
|
|
|
|
2013-07-13 16:38:53 +02:00
|
|
|
<meta charset='utf-8'>
|
|
|
|
<meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'>
|
2013-07-13 22:40:43 +02:00
|
|
|
|
|
|
|
{% if page.description %}
|
|
|
|
<meta name="description" content="{{ page.description }}">
|
|
|
|
{% endif %}
|
2013-07-13 21:18:57 +02:00
|
|
|
|
2013-07-13 16:38:53 +02:00
|
|
|
<link href='/favicon.ico' rel='shortcut icon' type='image/x-icon'>
|
|
|
|
<link href='http://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
|
|
|
|
<link type="text/css" href="/css/application.css" media="screen" rel="stylesheet">
|
|
|
|
<link type="text/css" href="/css/jquery.qtip.css" media="screen" rel="stylesheet">
|
|
|
|
|
2013-07-13 21:18:57 +02:00
|
|
|
<script type="text/javascript" src="/javascripts/modernizr.js"></script>
|
|
|
|
|
2013-07-13 16:38:53 +02:00
|
|
|
<!--[if (gte IE 6)&(lte IE 8)]>
|
|
|
|
<script src='/javascripts/selectivizr-min.js' type='text/javascript'></script>
|
|
|
|
<![endif]-->
|
|
|
|
|
|
|
|
</head>
|
|
|
|
<body class="{{ page.layout }} {{ page.class }}">
|
|
|
|
<div class='container'>
|
|
|
|
|
2013-07-13 21:46:13 +02:00
|
|
|
{% include breadcrumbs.html %}
|
2013-07-13 21:42:46 +02:00
|
|
|
|
|
|
|
{% if page.title %}
|
|
|
|
<h1>{{ page.title }}</h1>
|
2013-07-13 22:28:46 +02:00
|
|
|
{% endif %}
|