ciclostile/example/templates/other_template.html

12 lines
147 B
HTML
Raw Normal View History

2017-11-17 10:42:46 +01:00
<!DOCTYPE html>
<html>
<head>
<title>{{ title }}</title>
</head>
<body>
2017-11-17 15:08:02 +01:00
<h1>Other Template</h1>
2017-11-17 10:42:46 +01:00
{{ content }}
</body>
</html>