add faq route

This commit is contained in:
2023-05-03 16:31:27 +02:00
parent 3f01bf39b3
commit c9932b550b
3 changed files with 25 additions and 0 deletions

10
templates/faq.html.tera Normal file
View File

@ -0,0 +1,10 @@
{% import "includes/macros" as macros %}
{% extends "base" %}
{% block content %}
FAQ
{{ loggedin_user.name }}
{% endblock content %}