forked from Ruderverein-Donau-Linz/rowt
add faq route
This commit is contained in:
10
templates/faq.html.tera
Normal file
10
templates/faq.html.tera
Normal file
@ -0,0 +1,10 @@
|
||||
{% import "includes/macros" as macros %}
|
||||
|
||||
{% extends "base" %}
|
||||
|
||||
{% block content %}
|
||||
FAQ
|
||||
|
||||
{{ loggedin_user.name }}
|
||||
|
||||
{% endblock content %}
|
Reference in New Issue
Block a user