{% trans_default_domain 'front' %}<section class="container faq"> <div class="faq-ctn box-shadow"> <h2>{{ 'title.faq'|trans|raw }}</h2> <p>{{ 'text.faq_footer_p'|trans|raw }}</p> <a href="{{ path('front_page_faq') }}" class="faq-link">{{ 'action.read_faq'|trans }}</a> </div></section> <!-- faq -->