{% extends 'base.html' %} {% block content %}

Select a Topic

Welcome, ID#{{ session.get('user_id') }}. Choose a topic to discuss:

{% for topic in topics %}

{{ topic.text }}

{% endfor %}
{% endblock %}