14 lines
248 B
HTML
14 lines
248 B
HTML
---
|
|
layout: default
|
|
---
|
|
<section>
|
|
<header>
|
|
<h1>
|
|
<span itemprop="name">{{ page.title }}</span>
|
|
</h1>
|
|
</header>
|
|
<section class="post-content" itemprop="articleBody">
|
|
{{ content }}
|
|
</section>
|
|
</section>
|