{% extends 'base.html.twig' %}
{% block body_id 'post' %}
{% block body %}
{{ include('default/_faq.html.twig') }}
{% endblock %}