{% extends 'layout.html' %} {% block title %}{{ tag.name.0 }} :: FAQs{% endblock %} {% block content %}

{{ tag.name.0 }} FAQs

{% for post in posts %}

{{ post.title }}

{% autoescape off %} {{ post.content }} {% endautoescape %}
{% endfor %}
{% endblock %}