{% extends "base.html" %} {% block title %}Gestión de productos{% endblock %} {% block content %} {% include "form.html" %} {% include "messages.html" %} {% include "table.html" %} {% endblock %}