{% load static %} {% include "partials/title-meta.html" with title="Bienvenido" %} {% include "partials/head-css.html" %}
{% include "partials/topbar.html" %} {% include "partials/left-sidebar.html" %}
{% include "partials/page-title.html" with subtitle="Inicio" title="Bienvenido" %}

¡Hola {% if request.user.is_authenticated %}, {{ request.user.full_name }}{% endif %}!

Bienvenido al panel de administración. Gestiona tu sistema de forma fácil y rápida.

{% include "partials/footer.html" %}
{% include "partials/right-sidebar.html" %} {% include "partials/footer-script.html" %}