|
|
|
---
|
|
|
|
layout: default
|
|
|
|
---
|
|
|
|
|
|
|
|
<section class="content wrap documentationContent nosidebar">
|
|
|
|
<div class="inner-content">
|
|
|
|
<h1>{{ page.title }}</h1>
|
|
|
|
<div class="subHeader">{{ page.description }}</div>
|
|
|
|
{{ content }}
|
|
|
|
|
|
|
|
{% if page.prev or page.next %}
|
|
|
|
<div class="docs-prevnext">
|
|
|
|
{% if page.prev %}
|
|
|
|
<a class="docs-prev" href="/react/docs/{{ page.prev }}">← Prev</a>
|
|
|
|
{% endif %}
|
|
|
|
{% if page.next %}
|
|
|
|
<a class="docs-next" href="/react/docs/{{ page.next }}">Next →</a>
|
|
|
|
{% endif %}
|
|
|
|
</div>
|
|
|
|
{% endif %}
|
|
|
|
</div>
|
|
|
|
</section>
|