Add a block around the page content

This can be used to easily write custom content pages
This commit is contained in:
Aaron Carlisle 2018-02-14 21:38:32 -05:00 committed by GitHub
parent 24a7000334
commit 178e94aca8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -159,8 +159,8 @@
</nav>
{# PAGE CONTENT #}
<div class="wy-nav-content">
{%- block pagecontent %}
{% if theme_style_external_links|tobool %}
<div class="rst-content style-external-links">
{% else %}
@ -179,6 +179,7 @@
</div>
{% include "footer.html" %}
</div>
{%- endblock %}
</div>
</section>