pcjs/_layouts/page.html
2015-12-08 15:14:39 -08:00

16 lines
253 B
HTML

---
layout: default
---
<div class="post">
{% if page.display_title %}
<header class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
</header>
{% endif %}
<article class="post-content">
{{ content }}
</article>
</div>