{% if page.parent %}{{ page.parent.title }}{% else %}Documentation{% endif %}
{% if page.toc and (page.toc|first).children %}
{{ page.content }}
{% if page.meta.catalog == 'plots' %}{% include 'plot-gallery.html' %}{% else %}{% include 'gallery.html' %}{% endif %}
{% else %}
{% endif %}
{{ page.content }}