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

This is the index. To hopefully be expanded upon

{% endblock %} {% block styles %} {{ super() }}{# Preserve existing styles #} {% endblock %}