Swiftgram/docs/_layouts/page.html
Nadine Salter f83f113493 Documentation.
Generated with jekyll & appledoc.  Image assets are temporary.
2014-10-07 19:31:46 -07:00

17 lines
270 B
HTML

---
layout: default
---
<div class="post">
{% if page.shouldDisplayTitle %}
<header class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
</header>
{% endif %}
<article class="post-content">
{{ content }}
</article>
</div>