10 lines
214 B
HTML
10 lines
214 B
HTML
|
{% include 'components/header.html' %}
|
||
|
<body>
|
||
|
{% include 'components/nav.html' %}
|
||
|
<main>
|
||
|
{% include 'components/hero1.html' %}
|
||
|
</main>
|
||
|
{% include 'components/footer.html' %}
|
||
|
</body>
|
||
|
</html>
|