{% 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 %}
{% for packet in packets %}
{% include 'packet.html' %}
{% else %}
No packets found.
{% endfor %}