add basic page for paper

This commit is contained in:
Vri 🌈 2023-11-15 19:58:58 +01:00
parent 2d4b93d9e4
commit 1fa011078d
Signed by: vrifox
SSH key fingerprint: SHA256:7OLOvW+jmULkXpdl5rUWgid7WJQhOIEgj+4WP/PtCpI
4 changed files with 472 additions and 8 deletions

14
templates/paper.html Normal file
View file

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<title>Stadtratmonitor - Paper</title>
</head>
<body>
<h1>Stadtratmonitor - Paper</h1>
<p>{{ paper_id }}</p>
</body>
</html>