ciclostile/example/templates/default.html

11 lines
119 B
HTML
Raw Normal View History

2017-11-17 10:42:46 +01:00
<!DOCTYPE html>
<html>
<head>
<title>{{ title }}</title>
</head>
<body>
{{ content }}
</body>
</html>