{% load static %} {% block title %} {{ page_title|default:"Untitled Page" }} {% endblock title %}
{% if user.is_authenticated %} {% endif %}
{% block content %}

Placeholder text in base template. Replace with page content.

{% endblock content %}