...
This commit is contained in:
15
poc_threefold/products.html
Normal file
15
poc_threefold/products.html
Normal file
@@ -0,0 +1,15 @@
|
||||
{% include 'components/header.html' %}
|
||||
<link rel="stylesheet" href="/static/css/products.css">
|
||||
|
||||
<body class="products-page">
|
||||
{% include 'components/nav.html' %}
|
||||
<main>
|
||||
|
||||
[[products/body]]
|
||||
|
||||
</main>
|
||||
{% include 'components/footer.html' %}
|
||||
{% include 'components/login.html' %}
|
||||
{% include 'components/signup.html' %}
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user