2015-06-07 22:15:03 +02:00
|
|
|
|
2013-11-23 21:53:52 +01:00
|
|
|
{% include head.html %}
|
|
|
|
|
2013-11-28 22:45:29 +01:00
|
|
|
{% capture id %}{{ page.url | replace:'/','-' | replace_first:'-','' | replace:'.html','' | replace:'-index','' }}{% endcapture %}
|
|
|
|
|
2015-06-07 22:15:03 +02:00
|
|
|
<body class="page-{{ id | remove:'-' }}">
|
|
|
|
|
2013-11-23 21:53:52 +01:00
|
|
|
{% include header.html %}
|
2015-06-07 22:15:03 +02:00
|
|
|
|
|
|
|
<section role="document" class="document container">
|
2013-11-23 21:53:52 +01:00
|
|
|
|
|
|
|
{{ content }}
|
2013-11-18 01:08:13 +01:00
|
|
|
|
2013-11-23 21:53:52 +01:00
|
|
|
</section>
|
2015-06-07 22:15:03 +02:00
|
|
|
|
2013-12-04 20:54:40 +01:00
|
|
|
<div class="popover container hide">
|
|
|
|
<div class="row">
|
|
|
|
<div class="search-results"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2015-06-07 22:15:03 +02:00
|
|
|
|
2013-11-23 21:53:52 +01:00
|
|
|
</body>
|
2015-06-07 22:15:03 +02:00
|
|
|
|
|
|
|
{% include footer.html %}
|