{% extends "page.html" %} {% block subtitle %}{{ _('Perguntas frequentes') }}{% endblock %} {% block breadcrumb_content %}
  • {% link_for _('Perguntas frequentes'), controller='home', action='questions' %}
  • {% endblock %} {% block primary %}
    {% block questions %} {% if g.site_questions %} {{ h.render_markdown(g.site_questions) }} {% else %}

    {{ _('Perguntas frequentes') }}

    {% snippet 'home/snippets/about_text.html' %} {% endif %} {% endblock %}
    {% endblock %} {% block secondary %}{% endblock %}