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">
|
2015-08-09 21:50:06 +02:00
|
|
|
<div class="content">
|
2015-08-09 18:15:40 +02:00
|
|
|
{{ content }}
|
2013-12-04 20:54:40 +01:00
|
|
|
</div>
|
2015-08-09 18:15:40 +02:00
|
|
|
</section>
|
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 %}
|