From 95363147e9f8cf3186531e5f249d3869abc622e6 Mon Sep 17 00:00:00 2001 From: lemurianmage Date: Mon, 22 Jun 2026 23:03:23 +0200 Subject: lowdown for templating now --- template.html | 59 +++++++++++++++++++++-------------------------------------- 1 file changed, 21 insertions(+), 38 deletions(-) (limited to 'template.html') diff --git a/template.html b/template.html index 37f314e..ea53fa8 100644 --- a/template.html +++ b/template.html @@ -1,50 +1,33 @@ - + - - - + + + $ifdef(date)$ + + $endif$ + $for(css.split)$ + + $endfor$ + $for(javascript.split)$ + + $endfor$ + $ifdef(title)$$title.escapehtml$$endif$ + $htmlheader$ -

- -

- -
+ +
$body$

- + -- cgit v1.2.3