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/text.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/text.html') diff --git a/templates/text.html b/templates/text.html index 9ba2a71..0ca19f4 100644 --- a/templates/text.html +++ b/templates/text.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block content %} -
+
{{ section.content | safe }}
-- cgit