{# templates/thinking.html #} {% extends 'base.html' %} {% block title %}考え中...{% endblock %} {% block extra_head %} {% endblock %} {% block h1 %}考え中...{% endblock %} {% block content %} 考え中...

{{ description }}

{# description を表示 #}

少々お待ちください...

{% endblock %}