Files
AsyncDisplayKit/_layouts/resources.html
2016-04-02 17:58:10 -05:00

34 lines
741 B
HTML

---
sectionid: resources
---
{% include header.html %}
<section class='content'><div class='width'>
{% include nav_docs.html %}
<article class='withtoc'>
<h1>
{{ page.title }}
<a class="edit-page-link" href="https://github.com/facebook/asyncdisplaykit/tree/gh-pages/{{ page.relative_path }}" target="_blank">Edit on GitHub</a>
</h1>
<p>{{ page.description }}</p>
{{ content }}
<div class="docs-prevnext">
{% if page.prev %}
<a href="/docs/{{ page.prev }}">&larr; Prev</a>
{% endif %}
{% if page.next %}
<a class="right" href="/docs/{{ page.next }}">Next &rarr;</a>
{% endif %}
</div>
<a id="_"></a>
</article>
</div></section>
{% include footer.html %}