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