{% load i18n %} {% load staticfiles %} {% trans "Hawkpost - Submit your content securely" %} {% block styles %} {% endblock styles %} {% block header %} {% include "layout/navbar.html" %} {% include "layout/messages.html" %} {% endblock header %}
{% block content %} {% endblock content %}
{% if not request.user.is_authenticaded %} {% include "account/auth_modals.html" %} {% endif %} {% block footer %} {% endblock footer %} {% block scripts %} {% if not request.user.is_authenticated %} {% endif %} {% endblock scripts %}