{% extends "base.html" %} {% load placeholder_tags fluent_contents_tags %} {% block title %}{{ page.title }}{% endblock %} {% block content %} {% with page.parent.get_published as parent %} {% if parent %}{% endif %} {% endwith %}

{{ page.title }}

{% page_placeholder "main" role="m" %} {% endblock %} {% block base_js %} {{ block.super }} {% render_content_items_media %} {% endblock %}