www_projectmycelium_io/poc_threefold/page2.html
2024-11-15 10:49:55 +03:00

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>