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.
easy-rules/site/_layouts/docs.html

22 lines
361 B
HTML

---
layout: default
---
<section class="docs">
<div class="grid">
<div class="unit four-fifths">
<article>
<h1>{{ page.header }}</h1>
{{ content }}
{% include section_nav.html %}
</article>
</div>
{% include docs_contents.html %}
<div class="clear"></div>
</div>
</section>