2013-11-21 21:15:26 +01: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 %}
|
|
|
|
|
|
|
|
<body class="page-{{ id }}">
|
2013-11-23 21:53:52 +01:00
|
|
|
|
|
|
|
{% include header.html %}
|
2013-11-21 21:15:26 +01:00
|
|
|
|
2013-12-03 22:44:00 +01: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>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
{% include footer.html %}
|