From 83d175b7b069bc3bbc0d600c2fab4d082e04b521 Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Tue, 8 Apr 2025 17:01:55 +0200 Subject: Python implementation with better multi-entry page support --- test/generation/template.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'test/generation/template.html') diff --git a/test/generation/template.html b/test/generation/template.html index 1e56d6f..c211cd8 100644 --- a/test/generation/template.html +++ b/test/generation/template.html @@ -1,28 +1,28 @@ - {{.SiteTitle}} - Docs - + {{site_title}} - Docs + -
{{.SiteTitle}}
+
{{site_title}}
- {{range .Content}} + {% for entry in entries %}
- {{.}} + {% markdown %}{{ entry }}{% endmarkdown %}
- {{end}} + {% endfor %}
-- cgit v1.2.3