{% set active_page = active_page|default('') %} {% block title %}HAProxy Configurator{% endblock %} {% block head %}{% endblock %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %} {% block breadcrumb %}{% endblock %}
{% block content %}{% endblock %}
{% block scripts %}{% endblock %} {% block page_js %}{% endblock %}