{% extends "base.html" %} {% block announce %} {% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block htmltitle %} {% if page and page.toc is defined and page.toc.items is defined and page.toc.items %} {% set page_specific_title = page.toc.items[0].title %} {% elif page %} {% set page_specific_title = page.title | striptags %} {% else %} {% set page_specific_title = "" %} {% endif %}