{% extends 'base.html' %} {% block content %}
Home
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %} {% block page %} {{ render_block(app.jinja_env, "dashboard/http_functions/overview.html", "page", http_functions=http_functions) }} {% endblock %}
{% endblock %}