Swiftgram/docs/_layouts/docs.html
2018-11-20 12:59:07 -08:00

41 lines
869 B
HTML
Executable File

---
sectionid: docs
---
{% include header.html %}
<div class="container container-margin">
<div class="sidebar">
{% include nav_docs.html %}
{% include nav_development.html %}
</div>
<div class="content">
<h1>
{{ page.title }}
</h1>
<p>{{ page.description }}</p>
{{ content }}
<p><a class="edit-page-link btn" href="https://github.com/texturegroup/texture/tree/master/docs/{{ page.relative_path }}" target="_blank">Edit on GitHub</a></p>
<div class="docs-prevnext">
{% if page.prevPage %}
<a href="/docs/{{ page.prevPage }}">&larr; Prev</a>
{% endif %}
{% if page.nextPage %}
<a class="right" href="/docs/{{ page.nextPage }}">Next &rarr;</a>
{% endif %}
</div>
<a id="_"></a>
</div>
<div style="clear:both;"></div>
</div>
{% include footer.html %}