16fb2bb919
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
17 lines
268 B
HTML
Executable file
17 lines
268 B
HTML
Executable file
---
|
|
layout: default
|
|
---
|
|
<article id="main" class="page-layout">
|
|
|
|
<header>
|
|
<h2>{{ page.title }}</h2>
|
|
<p>{{ page.description }}</p>
|
|
</header>
|
|
|
|
<section class="wrapper style5">
|
|
<div class="inner">
|
|
{{ content }}
|
|
</div>
|
|
</section>
|
|
|
|
</article>
|