{% extends "theme.html" %}
{% load assets %}
{% block extra_css %}
{% get_asset "page-title:background" as page_title_background %}
{% if page_title_background %}
{% endif %}
{% endblock %}
{% block header-content %}
{% block nav %}{% endblock %}
{{ block.super }}
{% endblock %}
{% block after-header %}{% endblock %}
{% block content-messages %}
{% skeleton_extra_placeholder page_header %}
{% if custom_page_title != "None" %}
{% firstof custom_page_title page.title title as page_title %}
{% if page_title %}
{% endif %}
{% endif %}
{% end_skeleton_extra_placeholder %}
{{ block.super }}
{% endblock %}