dab-mechanic/templates/save.html

13 lines
173 B
HTML
Raw Normal View History

2022-08-13 16:25:07 +01:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<h2>Save edits: {{ title }}</h2>
{{ edits | pprint }}
</body>
</html>