2016-11-03 16:52:04 +01:00
|
|
|
---
|
|
|
|
---
|
|
|
|
|
|
|
|
<!doctype html>
|
|
|
|
<html lang="{{ site.locale | slice: 0,2 | default: "en" }}" class="no-js">
|
|
|
|
<head>
|
|
|
|
{% include head.html %}
|
|
|
|
{% include head/custom.html %}
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body class="layout--{{ page.layout | default: layout.layout }}{% if page.classes or layout.classes %}{{ page.classes | default: layout.classes | join: ' ' | prepend: ' ' }}{% endif %}">
|
|
|
|
|
|
|
|
{% include browser-upgrade.html %}
|
|
|
|
{% include masthead.html %}
|
|
|
|
|
|
|
|
{{ content }}
|
|
|
|
|
2016-11-21 15:33:35 +01:00
|
|
|
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
|
|
|
<div align="center" style="margin: 1em 0;">
|
|
|
|
<ins class="adsbygoogle"
|
|
|
|
style="display:block; border-bottom: initial;"
|
|
|
|
data-ad-client="ca-pub-7328585512091257"
|
|
|
|
data-ad-slot="3049671934"
|
|
|
|
data-ad-format="auto"></ins>
|
|
|
|
</div>
|
|
|
|
<script>
|
|
|
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
|
|
|
</script>
|
|
|
|
|
2016-11-03 16:52:04 +01:00
|
|
|
<div class="page__footer">
|
|
|
|
<footer>
|
|
|
|
{% include footer/custom.html %}
|
|
|
|
{% include footer.html %}
|
|
|
|
</footer>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{% include scripts.html %}
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|