1
0
mirror of https://github.com/bspeice/speice.io synced 2025-01-13 03:00:03 -05:00
speice.io/_layouts/page.html

11 lines
164 B
HTML
Raw Normal View History

2017-07-23 21:22:05 -04:00
---
layout: default
---
<div class="c-page">
2018-05-10 16:18:24 -04:00
{% include header.html %}
<div class="c-page__main">
2017-07-23 21:22:05 -04:00
{{ content }}
2018-05-10 16:18:24 -04:00
</div>
{% include footer.html %}
2017-07-23 21:22:05 -04:00
</div>