{% load static %} {% block title %}{{ page_title|default:project_name }}{% endblock %} {% if noindex %} {% endif %} {% if project_image_url %} {% endif %} {% block head %}{% endblock %} {% if not embedded %}
{% endif %} {% if messages and not embedded %}
{% for message in messages %} {% endfor %}
{% endif %} {% block content %}{% endblock %} {% if not embedded %} {% endif %} {% block scripts %}{% endblock %}