mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-12-01 22:31:53 +00:00
11 lines
113 B
HTML
11 lines
113 B
HTML
{% autoescape off %}
|
|
<html>
|
|
<head>
|
|
{{ head }}
|
|
</head>
|
|
<body>
|
|
{{ form.html }}
|
|
</body>
|
|
</html>
|
|
{% endautoescape %}
|