summaryrefslogtreecommitdiffstats
path: root/templates/dataformat/flatfile.html
blob: 1ddb7a54235ce2f5fa06c9a41ae544c4edef4b87 (plain)
1
2
3
4
5
6
7
8
9
10
{% autoescape off %}
<html>
<head>
{{ head }}
</head>
<body>
{{ form.html }}
</body>
</html>
{% endautoescape %}