ciclostile/example/templates/other_template.html

12 lines
147 B
HTML

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