{% extends "page.html" %} {% block title %}{{ title }}{% endblock %} {% block extra_head_style %} {% endblock %} {% block frame_content %}
{{ diagram }}
{% if options.show_notes %} {{ notes }} {% endif %} {% if options.show_bom %} {{ bom }} {% endif %} {% endblock %}