{% 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 %}