kukkubukku/templates/layout.html.templ

9 lines
141 B
Text

<!DOCTYPE html>
<html>
<head>
<title>Kukkubukku - {{ print "$title" }}</title>
</head>
<body>
{{ print "$content" }}
</body>
</html>