jerryscript/_layouts/page.html
Evgeny Gavrin 8d3ae4f1c5 update
2015-06-13 19:32:24 +03:00

15 lines
209 B
HTML

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