From 5a05ca47edca3a5cf8fad2e19a533faaa1c7b362 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Fri, 2 Jan 2026 15:16:23 +0200 Subject: Implement now page --- templates/page.html | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'templates/page.html') diff --git a/templates/page.html b/templates/page.html index 6c288d1..61db175 100644 --- a/templates/page.html +++ b/templates/page.html @@ -2,15 +2,7 @@ {% import "macros.html" as macros %} {% block content %} -

- {{ page.title }}
- {% if page.date %} - ({{ page.date }}) - {% endif %} - [{{ page.extra.kind }}] -

- -{{ page.content | replace(from="", to=macros::toc(page=page)) | safe }} +{{ macros::page_content(page=page) }}