{% extends "base.html" %} {% block page_title %} {% endblock %} {% block content %}

{{ card_title|default:"Page Content" }}

{{ content_placeholder|default:"Add your page content here." }}

Section 1

Content for the first section goes here.

Section 2

Content for the second section goes here.

{% endblock %}