{# templates/pages/home.html #} {% extends "base.html" %} {% block content %}

Welcome to the Home Page

This is the home page content.

{% endblock %} {% block css %} {{ super() }} {% endblock %}