{% extends "base_page.html" %} {% comment %} Base template for all content pages (non-homepage pages). Provides consistent top spacing to ensure content is not hidden behind the fixed header. {% endcomment %} {% block content %}
{% block page_content %} {% endblock page_content %}
{% endblock content %}