ourverse website first draft

This commit is contained in:
timurgordon
2022-04-05 02:03:23 +03:00
parent b183272c96
commit 3a719e9f20
74 changed files with 3709 additions and 2517 deletions

View File

@@ -7,10 +7,8 @@
<body>
<div id="content" class="p-8 pt-12 sm:p-12 md:p-16 lg:p-20">
{% block content %}{% endblock %}
</div>
<div class="p-8">
{% include "partials/footer.html" %}
{% block content %}{% endblock %}
</div>
</body>
</html>