2021-07-24 03:35:02 +02:00
|
|
|
<!DOCTYPE html>
|
2024-09-27 18:13:25 +02:00
|
|
|
<html $if(lang)$ lang=$lang$$else$lang=en$endif$$if(dir)$ dir=$dir$$endif$>
|
2021-07-24 03:35:02 +02:00
|
|
|
<meta charset=utf-8>
|
2024-09-16 17:02:36 +02:00
|
|
|
<meta name=viewport content="width=device-width, initial-scale=1">
|
2021-07-24 03:35:02 +02:00
|
|
|
|
|
|
|
<link rel=stylesheet href=/style/page.css>
|
2024-12-05 06:41:29 +01:00
|
|
|
$if(meta)$
|
|
|
|
<link rel=stylesheet href=/style/meta.css>
|
|
|
|
$endif$
|
2021-07-24 03:35:02 +02:00
|
|
|
$for(css)$
|
|
|
|
<link rel=stylesheet href=/style/$css$>
|
|
|
|
$endfor$
|
2024-09-15 18:29:52 +02:00
|
|
|
<link rel=alternate href=/rss.xml type=application/rss+xml>
|
2021-07-24 03:35:02 +02:00
|
|
|
|
2024-12-05 06:41:29 +01:00
|
|
|
<script src=/script/hue.js type=module></script>
|
|
|
|
|
2021-07-24 03:35:02 +02:00
|
|
|
$for(header-includes)$
|
|
|
|
$header-includes$
|
|
|
|
$endfor$
|
|
|
|
$if(math)$
|
|
|
|
$math$
|
|
|
|
$endif$
|
|
|
|
|
|
|
|
<title>$pagetitle$</title>
|
|
|
|
|
|
|
|
$for(include-before)$
|
|
|
|
$include-before$
|
|
|
|
$endfor$
|