{# templates/plot.html #} {% extends 'base.html' %} {% block h1 %}あらすじの選択{% endblock %} {% block content %}

以下のあらすじ案から1つを選択してください。

{% for plot in plots %}
{% endfor %}
{% endblock %}