forked from expo/troggle
11 lines
113 B
HTML
11 lines
113 B
HTML
{% autoescape off %}
|
|
<html>
|
|
<head>
|
|
{{ head }}
|
|
</head>
|
|
<body>
|
|
{{ form.html }}
|
|
</body>
|
|
</html>
|
|
{% endautoescape %}
|