mirror of
https://github.com/KevinMidboe/schleppe-lab.git
synced 2025-10-29 09:40:39 +00:00
15 lines
218 B
HTML
15 lines
218 B
HTML
---
|
|
layout: default
|
|
---
|
|
<article class="post">
|
|
|
|
<header class="post-header">
|
|
<h1 class="post-title">{{ page.title | escape }}</h1>
|
|
</header>
|
|
|
|
<div class="post-content">
|
|
{{ content }}
|
|
</div>
|
|
|
|
</article>
|