{% extends "base.html" %} {% block content %}
{{ total_cards }}
Card(s)
{{ all_topics_len }}
Different Topic(s)
Topic {% if card %}

{{ card.topic }}

{% else %}

Topic will go here:

{% endif %}
Question
{% if card%}

{{ card.question }}

{% else %}

Question will go here:

{% endif %}
{% if card%}
Edit!
{% endif %}
{% endblock %}