2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-03-06 02:19:37 +00:00

11 lines
134 B
HTML
Raw Normal View History

{% autoescape off %}
<html>
<head>
<title>{{ form.title }}</title>
</head>
<body>
{{ form.html }}
</body>
</html>
{% endautoescape %}