winix/winixd/html/index_generic.html

17 lines
254 B
HTML

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