mirror of
https://github.com/adulau/foo.be.git
synced 2024-11-22 17:57:06 +00:00
15 lines
278 B
HTML
15 lines
278 B
HTML
|
---
|
||
|
layout: default
|
||
|
---
|
||
|
<article class="c-article">
|
||
|
<header class="c-header c-article__header">
|
||
|
<div class="u-container">
|
||
|
<h1 class="c-header__title">{{ page.title }}</h1>
|
||
|
</div>
|
||
|
</header>
|
||
|
|
||
|
<div class="c-article__main">
|
||
|
{{ content }}
|
||
|
</div>
|
||
|
</article>
|