{% extends 'core/base.html' %} {% block extra_styles %} {% endblock %} {% block content %} {% for todo in todos %}
{{todo.text}}