ciclostile/example/templates/default.html

14 lines
143 B
HTML
Raw Normal View History

2017-11-17 10:42:46 +01:00
<!DOCTYPE html>
<html>
2018-07-21 02:39:08 +02:00
<head>
<title>{{ title }}</title>
</head>
<body>
<div class="content">
2017-11-17 10:42:46 +01:00
{{ content }}
2018-07-21 02:39:08 +02:00
</div>
</body>
</html>