]> git.openstreetmap.org Git - osqa.git/blob - forum/skins/default/templates/faq.html
Set the faq page to be markdown and added the markdown tips the the side bar of the...
[osqa.git] / forum / skins / default / templates / faq.html
1 {% extends "base_content.html" %}
2 <!-- template faq.html -->
3 {% load i18n %}
4 {% load markup %}
5 {% block title %}{% spaceless %}{% trans "FAQ" %}{% endspaceless %}{% endblock %}
6
7 {% block content %}
8 <div class="headNormal">
9 {% trans "FAQ" %}
10 </div>
11 <div class="content">
12 {{ text|markdown }}
13 </div>
14 {% endblock %}
15 <!-- end template faq.html -->