Files
makina/templates/blank.html
T
2022-08-04 02:21:41 +01:00

13 lines
146 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>{{ title }}</title>
<style>
@include "blank-main.css";
</style>
</head>
<body>
{{ content }}
</body>
</html>