matekasse/Website/templates/error.html

8 lines
No EOL
198 B
HTML

<!DOCTYPE html>
<html lang="en">
<title>Error</title>
<p><a href="/list">user and tag list</a> | <a href="/documentation">Documentation</a></p>
<p>
Error: {{Error_code}}
</p>
</html>