NixNet/_layouts/page.html

10 lines
129 B
HTML
Raw Normal View History

2018-12-14 05:47:01 +00:00
---
layout: default
---
{% include page/title.html %}
2019-06-28 05:09:37 +00:00
<div class="content">
2018-12-14 05:47:01 +00:00
{{ content }}
2019-06-28 05:09:37 +00:00
</div>
2018-12-14 05:47:01 +00:00
{% include page/footer.html %}