forked from unitoo/website
14 lines
276 B
HTML
14 lines
276 B
HTML
|
---
|
||
|
layout: default
|
||
|
---
|
||
|
|
||
|
<header class="post-header">
|
||
|
<h1 class="post-title" itemprop="name headline">{{ page.title }}</h1>
|
||
|
</header>
|
||
|
|
||
|
<article class="error" itemscope itemtype="http://schema.org/BlogPosting">
|
||
|
<div itemprop="articleBody">
|
||
|
{{ content }}
|
||
|
</div>
|
||
|
</article>
|