ciclostile/example/templates/default.html

11 lines
119 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>{{ title }}</title>
</head>
<body>
{{ content }}
</body>
</html>