{{ _p.app_name }} {% if _p.user.admin %} Version {{ _p.version }} {% endif %}

{% if let Some(msg) = _p.danger_message %}
{{ msg }}
{% endif %} {% if let Some(msg) = _p.success_message %}
{{ msg }}
{% endif %}

{{ _p.page_title }}

{% block content %} TO_REPLACE {% endblock content %}
{% if _p.ip_location_api.is_some() %} {% endif %}