mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-19 10:31:07 +00:00
11 lines
181 B
HTML
11 lines
181 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>{{ flatpage.title }}</title>
|
|
</head>
|
|
<body>
|
|
<p>
|
|
{{ flatpage.content }}
|
|
</p>
|
|
</body>
|
|
</html>
|