utils/utils/templates/result.j2
2025-03-22 03:18:19 -05:00

14 lines
No EOL
229 B
Django/Jinja

<!DOCTYPE html>
<head>
<title>Utilities</title>
</head>
<body>
<h1>Result for {{ action }}</h1>
<p>
{{ result }}
</p>
<footer>
<hr />
<a href="/">← back home</a>
</footer>
</body>