{% extends "base.html" %} {% block content %} {# If there is username display it otherwise stay generic #} {% if username %}

Item List for {{username}}

{% else %}

Item List

{% endif %} {% endblock %} {% block moreContent%}

This is a test for more content

{% endblock %}