{% extends "base.html" %} {% block head %} {{super()}} {% endblock %} {% block content %}
{% for card in cards %}
{{card.question}}
{{card.topic}}
See Card
Edit!
{% endfor %}
{% endblock %}