{% extends "base.html" %} {% load static %} {% block body_class %}{% endblock %} {% block content %}

{{ entry.title }}

{{ entry.subtitle }}

{# Your existing entry content goes here… #}
{% endblock %} {% block extra_body %} {% endblock %}