{% extends 'index.html' %} {% block content %} {% load static %} {% load i18n %}
{% include 'helpdesk/faq/faq_nav.html'%}
{% include "helpdesk/faq/faq_list.html" %}
{% endblock %}