You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
278 B
HTML
14 lines
278 B
HTML
3 years ago
|
---
|
||
|
layout: default
|
||
|
---
|
||
|
<article class="container mx-auto px-2 mt2 mb4">
|
||
|
<header>
|
||
|
<h1 class="h0 py-4 mt-3">{{ page.title }}</h1>
|
||
|
</header>
|
||
|
<div class="col-4 sm-width-full border-top-thin">
|
||
|
</div>
|
||
|
<div class="prose mb-4 py-4">
|
||
|
{{ content }}
|
||
|
</div>
|
||
|
</article>
|