foo.be/_layouts/page.html

15 lines
278 B
HTML
Raw Normal View History

2015-12-03 01:59:10 +00:00
---
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>