{# templates/title.html #} {% extends 'base.html' %} {% block h1 %}タイトルの選択{% endblock %} {% block content %}

以下のタイトル案から1つを選択してください。

{% for title in titles %}
{% endfor %}
{% endblock %}