Loads of boiler plating
Some checks failed
Build, Push, and Deploy to Nomad / docker-nomad (push) Failing after 4m31s

This commit is contained in:
Henrik Jess
2024-12-10 16:40:17 +01:00
parent 6b96d9f6de
commit 454de7aae5
9 changed files with 221 additions and 73 deletions

14
templates/category.html Normal file
View File

@@ -0,0 +1,14 @@
<!DOCTYPE HTML>
<html>
<head>
<title>{{ category_name }} - PortugalFAQ</title>
<link rel="stylesheet" href="{{ url_for('static', path='css/main.css') }}" />
</head>
<body>
<div id="main">
<h1>{{ category_name }}</h1>
<div>{{ content | safe }}</div>
<a href="/">Tilbage til forsiden</a>
</div>
</body>
</html>