{% extends "base.html" %} {% block css %} /* Set the maximum width of the page to 900px */ .container { max-width: 900px; margin: 0 auto; /* Center the content horizontally */ } {% endblock %} {% block body %}
{% set options = { 1: "Text Message", 3: "Position", 4: "Node Info", 67: "Telemetry", 71: "Neighbor Info", 70: "Trace Route", } %}
{% for packet in packets %} {% include 'packet.html' %} {% else %} No packets found. {% endfor %}
{% endblock %}