11 lines
213 B
HTML
11 lines
213 B
HTML
|
|
{% include 'components/header.html' %}
|
|
<body>
|
|
{% include 'components/nav.html' %}
|
|
<main>
|
|
{% include 'components/faq.html' %}
|
|
</main>
|
|
{% include 'components/footer.html' %}
|
|
</body>
|
|
</html>
|