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