{% extends 'base.html' %} {% block title %} other {% endblock %} {% block body %}

Hello {{ name.upper() }}!

{% for topic in topics %}

You are interested in {{ topic }}.

{% endfor %}
{% endblock %}