preparations for styling: refactor template rendering
This is not longer relevant, since all available templates are listed in one place inside our code and we do not parse filenames from anywhere else.
f04396809d
rework template rendering, cache parsed templates
7a1448d6f9
requestRepo/newSecret: fix small bug
961a10915b
Merge remote-tracking branch 'origin/main' into styling
6e97d867de
Verbessere Logging und Fehlerbehandlung
preparations for styling: refactor template rendering
https://www.alexedwards.net/blog/serving-static-sites-with-go
This link probably helps understanding which design I oriented at (one base template with specific blocks replaced per page)
preparations for styling: refactor template rendering
d60b715d96
refactor template rendering logic to one base template
16e8cf9cd7
static file handler to include bootstrap stylesheets