Files
winix/winixd/html/index_generic.html
Tomasz Sowa 5205aa089b modified index templates
some meta information moved to index_head_functions_add.html

WIP: #2
2021-02-16 12:55:35 +01:00

17 lines
262 B
HTML

<!DOCTYPE html>
[# minimalistic template]
<html lang="{winix_html_lang_attr}">
<head>
[include "index_head_functions_add.html"]
<title>[doc_title]</title>
</head>
<body>
[include "slog.html"]
[content]
[include "index_bottom_adder.html"]
</body>
</html>