From 6e4ba7778578e32f6bad2fd67025cbbad7bce7d9 Mon Sep 17 00:00:00 2001 From: Nicolas Dato Date: Sat, 3 Jun 2023 23:11:42 -0300 Subject: agrego archivos para zola --- zola/templates/index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 zola/templates/index.html (limited to 'zola/templates/index.html') diff --git a/zola/templates/index.html b/zola/templates/index.html new file mode 100644 index 0000000..56e1b75 --- /dev/null +++ b/zola/templates/index.html @@ -0,0 +1,11 @@ +{% extends "base.html" %} + +{% block title %}{{ section.title }}{% endblock %} +{% block header %}{{ section.title }}{% endblock %} +{% block navigation %}{{ section.title }}{% endblock %} +{% block content %} +
+ {{ section.content | safe }} +
+{% endblock %} + -- cgit v1.2.3