{% extends "base.html" %}

{% block content %}

<div id="poem">
  {% include "poem-panel.html" %}
</div>

{% endblock content %}