mirror of
https://github.com/minoplhy/crappy-reverie.git
synced 2024-11-14 21:36:57 +00:00
13 lines
138 B
HTML
13 lines
138 B
HTML
|
---
|
||
|
layout: default
|
||
|
---
|
||
|
|
||
|
<article class="page">
|
||
|
|
||
|
<h1>{{ page.title }}</h1>
|
||
|
|
||
|
<div class="entry">
|
||
|
{{ content }}
|
||
|
</div>
|
||
|
</article>
|