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 6c771dda76 Update
2014-08-22 11:41:43 +02:00

13 lines
No EOL
207 B
HTML

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