{% extends "layout.html" %} {% from "macros.html" import render_form %} {% block title %}Statements{% endblock %} {% block additional_js %} {% endblock %} {% block content %} {% include "speech_content_show.html" %} {% endblock %}