blob: 469413ab57c8cf18c29b69a583eea9ac4fa1c992 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
---
layout: default
---
<header id="post-header">
<h1 id="post-headline" itemprop="name headline">
{{ page.title | escape }}
</h1>
</header>
<div id="post-content">
{{ content }}
</div>
|