generated from hjess/PythonTemplateProject
Loads of boiler plating
Some checks failed
Build, Push, and Deploy to Nomad / docker-nomad (push) Has been cancelled
Some checks failed
Build, Push, and Deploy to Nomad / docker-nomad (push) Has been cancelled
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user