mirror of https://github.com/lukechilds/docs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
375 B
19 lines
375 B
---
|
|
layout: default
|
|
---
|
|
|
|
<div class="uk-section">
|
|
<div class="uk-container uk-container-xsmall">
|
|
|
|
<article markdown="span" class="uk-article">
|
|
|
|
<h1 class="uk-article-title">{{ page.title | escape }}</h1>
|
|
|
|
<div markdown="span" class="article-content">
|
|
{{ content }}
|
|
</div>
|
|
|
|
</article>
|
|
|
|
</div>
|
|
</div>
|
|
|