ciclostile/example/templates/default.html

14 lines
143 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>{{ title }}</title>
</head>
<body>
<div class="content">
{{ content }}
</div>
</body>
</html>