{% extends 'atom/base.html' %} {% block content %}
{% csrf_token %} {% for idx, text in texts %}
{% endfor %}
{% endblock %} {% block body_js %} {{block.super}} {% endblock %}