inicio del repo

This commit is contained in:
jburgos
2026-05-13 13:45:56 +00:00
parent 4233c697d5
commit e51e379440
13 changed files with 323 additions and 0 deletions

12
templates/arches_urls.htm Normal file
View File

@@ -0,0 +1,12 @@
{% extends "arches_urls.htm" %}
{% load static %}
{% load l10n %}
{% load i18n %}
{% block arches_urls %}
{{ block.super }}
<div class="arches-urls"
resumen = "{% url 'resumen' %}"
></div>
{% endblock arches_urls %}