/django/contrib/comments/templates/comments/base.html
HTML | 10 lines | 10 code | 0 blank | 0 comment | 0 complexity | ad35660c4ed43eea3fffc56cb97c1f5a MD5 | raw file
Possible License(s): BSD-3-Clause
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2<html xmlns="http://www.w3.org/1999/xhtml"> 3<head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <title>{% block title %}{% endblock %}</title> 6</head> 7<body> 8 {% block content %}{% endblock %} 9</body> 10</html>