feat: add comprehensive GitHub workflow and development tools
This commit is contained in:
17
app/templates/berichte/jahresbericht.html
Normal file
17
app/templates/berichte/jahresbericht.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!doctype html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Jahresbericht {{ jahr }}</title>
|
||||
<style>
|
||||
body { font-family: sans-serif; }
|
||||
h1 { border-bottom: 2px solid #000; padding-bottom: 6px; }
|
||||
table { border-collapse: collapse; width: 100%; }
|
||||
th, td { border: 1px solid #999; padding: 6px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Stiftung – Jahresbericht {{ jahr }}</h1>
|
||||
<p>Dies ist eine Platzhaltervorlage.</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user