pervenir boton de volver si se cerro sesion, colores, navbar, calculo tarjeta + mp

This commit is contained in:
2026-03-20 00:21:02 -03:00
parent deb349adcc
commit ac8a5348dd
8 changed files with 153 additions and 59 deletions

10
templates/index.html Normal file
View File

@@ -0,0 +1,10 @@
{% extends "macros/base.html" %}
{% block title %}Dashboad?{% endblock %}
{% block content %}
<h2 class="mb-4">Poner algo aqui?</h2>
{% endblock %}
{% block scripts %}
{% endblock %}