Swiftgram/docs/_layouts/default.html

17 lines
212 B
HTML
Executable File

{% include header.html %}
{% if page.hero %}
{% include hero.html %}
{% endif %}
<section class='content'>
<div class='width'>
<article>
{{ content }}
</article>
</div>
</section>
{% include footer.html %}