{% extends "layout.html" %} {% block content %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %}
Supports Markdown formatting including GitHub-style alerts:
> [!NOTE] This is a note > [!TIP] This is a tip > [!IMPORTANT] Important info > [!WARNING] Warning message > [!CAUTION] Critical caution
{% for port in app.ports %} {% endfor %}
Port Number Protocol Description
{% block extra_js %} {% endblock %} {% endblock %}