1
0
Fork 0
This repository has been archived on 2021-01-06. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
dennogumi.org-archive/_layouts/default.html
2014-12-21 17:21:48 +01: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>