...
This commit is contained in:
10
poc_threefold/page2.html
Normal file
10
poc_threefold/page2.html
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
{% include 'components/header.html' %}
|
||||
<body>
|
||||
{% include 'components/nav.html' %}
|
||||
<main>
|
||||
{% include 'components/faq.html' %}
|
||||
</main>
|
||||
{% include 'components/footer.html' %}
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user