This commit is contained in:
2025-03-20 04:04:23 +01:00
parent 7fecbef90b
commit 4cb32b98d6
48 changed files with 1126 additions and 454 deletions

2
zola/templates/page.html Normal file
View File

@@ -0,0 +1,2 @@
{% extends "base.html" %} {% block content %} {{ page.content | safe }} {%
endblock %}