django/tests/flatpages_tests/templates/flatpages/default.html

10 lines
127 B
HTML

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