From a4f700fcfc567f8add2c08fe2155a626d3e2e0df Mon Sep 17 00:00:00 2001 From: creylopez Date: Tue, 12 Nov 2024 15:27:36 +0000 Subject: [PATCH] =?UTF-8?q?A=C3=B1adir=20'reservas/templates/events/base.h?= =?UTF-8?q?tml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- reservas/templates/events/base.html | 62 +++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 reservas/templates/events/base.html diff --git a/reservas/templates/events/base.html b/reservas/templates/events/base.html new file mode 100644 index 0000000..323906e --- /dev/null +++ b/reservas/templates/events/base.html @@ -0,0 +1,62 @@ + + + + + + {% block title %}Event Booking{% endblock %} + + + +
+ +
+
+ {% block content %} + {% endblock %} +
+ + + \ No newline at end of file