cheatsheets/_layouts/2017/sheet.html

10 lines
208 B
HTML

---
type: article
---
{% include 2017/head.html %}
<h1 class='main-heading'>{{ page.title }}</h1>
<div class='post-content MarkdownBody' data-js-main-body>
{{ content }}
</div>
{% include 2017/foot.html %}