From c4be3181b6f9dc02f6b659506706445c11d9db45 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 26 Jan 2026 16:13:52 +0100 Subject: Add a blog --- templates/header_macros.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 templates/header_macros.html (limited to 'templates/header_macros.html') diff --git a/templates/header_macros.html b/templates/header_macros.html new file mode 100644 index 0000000..efe286c --- /dev/null +++ b/templates/header_macros.html @@ -0,0 +1,19 @@ +{% macro main_header() %} +
+

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

+

✷ Holistic + tech + services ✷

+
+{% endmacro post_summary %} + +{% macro small_header() %} +
+ +

✷ Holistic tech services ✷

+
+{% endmacro post_summary %} + -- cgit