blob: ce233ad75bfb7966cc211c065626d880aa46ef95 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
---
layout: default
---
<article class="post">
<header class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
</header>
<div class="post-content">
{{ content }}
</div>
</article>
|