generated from hjess/PythonTemplateProject
Some checks failed
Build, Push, and Deploy to Nomad / docker-nomad (push) Failing after 4m31s
14 lines
328 B
HTML
14 lines
328 B
HTML
<!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> |