{% include 'components/header.html' %}
<body>
    {% include 'components/nav.html' %}
    <main>
        {% include 'components/faq.html' %}
    </main>
    {% include 'components/footer.html' %}
</body>
</html>