20 lines
351 B
HTML
20 lines
351 B
HTML
---
|
|
type: article
|
|
---
|
|
{% include head.html %}
|
|
{% include site-header.html %}
|
|
|
|
<div class='post-list -single -cheatsheet'>
|
|
<div class='post-item'>
|
|
<div class='post-headline -cheatsheet'>
|
|
<h1>{{ page.title }}</h1>
|
|
</div>
|
|
|
|
<div class='post-content -cheatsheet'>
|
|
{{ content }}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
{% include foot.html %}
|