/django/contrib/flatpages/tests/templates/flatpages/default.html
HTML | 10 lines | 10 code | 0 blank | 0 comment | 0 complexity | 6c4e01946de7ca576cdd9b65645dd4d0 MD5 | raw file
Possible License(s): BSD-3-Clause
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" 2 "http://www.w3.org/TR/REC-html40/loose.dtd"> 3<html> 4<head> 5<title>{{ flatpage.title }}</title> 6</head> 7<body> 8<p>{{ flatpage.content }}</p> 9</body> 10</html>