Loads of boiler plating
Some checks failed
Build, Push, and Deploy to Nomad / docker-nomad (push) Has been cancelled

This commit is contained in:
Henrik Jess
2024-12-10 17:09:37 +01:00
parent e7fdfb4967
commit 492d933119
6 changed files with 172 additions and 158 deletions

View File

@@ -1,14 +1,12 @@
<!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">
{% extends "base_template.html" %}
{% block title %}{{ category_name }} - PortugalFAQ{% endblock %}
{% block content %}
<header class="main">
<h1>{{ category_name }}</h1>
<div>{{ content | safe }}</div>
<a href="/">Tilbage til forsiden</a>
</header>
<div>
{{ content | safe }}
</div>
</body>
</html>
{% endblock %}