{% extends "base.html" %} {% block title %}Test Base Template{% endblock %} {% block content %}

Test Base Template

This is a simplified template for testing that extends base.html.

{% endblock %}