By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 help.html

View raw Download
text/plain • 208 B
ASCII text
        
            
1
{% extends "home.html" %}
2
3
{% block title %}
4
{% trans %}FAQs{% endtrans %}
5
{% endblock %}
6
{% block content %}
7
<x-frame style="--width: 768px;">
8
{{ Markup(faqs) }}
9
</x-frame>
10
{% endblock %}