forked from expo/troggle
13 lines
272 B
HTML
13 lines
272 B
HTML
{% autoescape off %}
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
<title>{{ form.title }}</title>
|
|
<link rel="stylesheet" type="text/css" href="css/main2.css" />
|
|
</head>
|
|
<body>
|
|
{{ form.html }}
|
|
</body>
|
|
</html>
|
|
{% endautoescape %}
|