djLint/tests/source_django/default.html

12 lines
181 B
HTML
Raw Normal View History

2021-12-14 08:57:37 +00:00
<!DOCTYPE html>
<html>
<head>
<title>{{ flatpage.title }}</title>
</head>
<body>
<p>
{{ flatpage.content }}
</p>
</body>
</html>