14 line
241 B
HTML
14 line
241 B
HTML
---
|
|
layout: default
|
|
---
|
|
<article class="post-container post-container--single">
|
|
|
|
<header class="post-header">
|
|
<h1 class="post-title">{{ page.title }}</h1>
|
|
</header>
|
|
|
|
<section class="post">
|
|
{{ content }}
|
|
</section>
|
|
|
|
</article> |