{% extends "/html/base.html" %} {%block subtitle %}: {{page.title}}{% endblock %} {% block content %}
{% if page.toc %}{{page.toc|safe}}{% endif %} {{page.content|safe}}

Figwheel template

Checkout your developer console.

{% endblock %}