djLint/tests/source_django/default.html
2021-12-14 09:57:37 +01:00

11 lines
181 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>{{ flatpage.title }}</title>
</head>
<body>
<p>
{{ flatpage.content }}
</p>
</body>
</html>