mirror of
https://github.com/django/django.git
synced 2024-11-18 07:26:04 +00:00
10 lines
127 B
HTML
10 lines
127 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>{{ flatpage.title }}</title>
|
|
</head>
|
|
<body>
|
|
<p>{{ flatpage.content }}</p>
|
|
</body>
|
|
</html>
|