From da7e4514cfdbe52e8f1ef6aadd54c401e2b849f5 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 17 Sep 2025 15:59:30 +0200 Subject: Use zola --- templates/base.html | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 templates/base.html (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..04120ba --- /dev/null +++ b/templates/base.html @@ -0,0 +1,48 @@ + + + + + + + + + + + + Rubén Beltrán del Río — {{ section.title }} + + + + + + + + + + + + +
+

+ + Rubén Beltrán del Río +

+

✷ Holistic + tech + services ✷

+
+
+ {% block content %}{% endblock %} +
+ + + + -- cgit