diff --git a/utils/template.html b/utils/template.html index 46ce0f8..ca68f43 100644 --- a/utils/template.html +++ b/utils/template.html @@ -7,6 +7,9 @@ $if(title)$ $title$ $endif$ + $if(redirect)$ + + $endif$
@@ -19,6 +22,9 @@
+ $if(title)$ +

$title$

+ $endif$ $body$