town-page/_layouts/page.html

15 lines
218 B
HTML
Raw Normal View History

2019-05-13 01:08:12 +00:00
---
layout: default
---
<article class="post">
<header class="post-header">
<h1 class="post-title">{{ page.title | escape }}</h1>
</header>
<div class="post-content">
{{ content }}
</div>
</article>