- {% if page == 'Alerts' %} Alerts{% else %} Alerts{% endif %}
- {% if page == 'Reports' %} Reports{% else %} Reports{% endif %}
- {% if page == 'Users' %} Users{% else %} Users{% endif %}
- {% if page == 'Indicators' %} Indicators{% else %} Indicators{% endif %}
- {% if page == 'Configuration' %} Configuration{% else %} Configuration{% endif %}
PhishDetect Admin{% if page %} - {{ page }}{% endif %}
{% block content %}{% endblock %}
{% block scripts %}{% endblock %}