{% 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 %}
{% include 'packet.html' %}
{% endblock %}