theread.me/_layouts/page.html
2015-03-29 10:44:53 +04:30

15 lines
203 B
HTML

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