14 lines
198 B
HTML
14 lines
198 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<header id="post-header">
|
|
<h1 id="post-headline" itemprop="name headline">
|
|
{{ page.title | escape }}
|
|
</h1>
|
|
</header>
|
|
|
|
<div id="post-content">
|
|
{{ content }}
|
|
</div>
|