2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-01-20 09:52:30 +00:00
troggle/templates/dataformat/flatfile.html

11 lines
113 B
HTML

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