generated from hjess/PythonTemplateProject
Loads of boiler plating
Some checks failed
Build, Push, and Deploy to Nomad / docker-nomad (push) Failing after 4m31s
Some checks failed
Build, Push, and Deploy to Nomad / docker-nomad (push) Failing after 4m31s
This commit is contained in:
14
templates/category.html
Normal file
14
templates/category.html
Normal 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>
|
||||
Reference in New Issue
Block a user