{# -*- engine: jinja -*- #} {% extends "base.html" %} {% block html_title %}Functions - {{info.head}}{% endblock %} {% block summary %} {% include "functions_page.summary.html" %} {% endblock %} {% block content %} {% include "functions_page.content.html" %} {% endblock %}