nani.wtf/www/templates/default.html
h7x4 44697feb49
Split default.html into several templates:
default.html now consists of `navbar.html` `head.html` and
  `default.html`
2023-03-12 22:26:50 +01:00

13 lines
136 B
HTML

<!DOCTYPE html>
<html lang="$lang$">
$head$
<body>
<div id="layout">
$navbar$
</div>
$-body-$
</body>
</html>