1
0
Fork 0
This repository has been archived on 2021-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
dennogumi.org-archive/_layouts/default.html
Moritz »mo.« Sauer 969878775c Update to version 0.8
2014-09-16 22:05:43 +02:00

13 lines
No EOL
233 B
HTML

{% include header.html %}
<body id="top-of-page" class="{{ page.format }}">
{% include navigation.html %}
{% include masthead.html %}
{{ content }}
{% include footer.html %}
{% include footer_scripte.html %}
</body>
</html>