{% extends "page.html" %} {% block title %}titlepage {{ metadata.title }}{% endblock %} {% block extra_head_style %} {% endblock %} {% block frame_content %}

{{ metadata.title }}

{% if options.show_notes %} {{ notes }} {% endif %} {% if options.show_bom %} {{ bom }} {% endif %} {% if options.show_index_table %} {{ index_table }} {% endif %} {% endblock %}