Explain mixins

This commit is contained in:
Jeremy Thomas
2017-01-04 14:30:52 +01:00
parent e66684c514
commit aaaa9d7902
8 changed files with 92 additions and 17 deletions

View File

@@ -3,5 +3,6 @@
{% include head.html %}
<body class="layout-{{ page.layout }}{% if page.doc-tab %} page-{{ page.doc-tab}}{% endif %}">
{{ content }}
{% include footer.html %}
</body>
</html>