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