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

16 lines
No EOL
256 B
HTML

---
layout: compress
---
{% include head.html %}
<body id="top-of-page" class="{{ page.format }}">
{% include navigation.html %}
{% include masthead.html %}
{{ content }}
{% include footer.html %}
{% include footer_scripts.html %}
</body>
</html>