easier example

This commit is contained in:
despiegk
2022-07-23 10:09:10 +02:00
parent 1202f807ef
commit 5ee6f8e0ff
92 changed files with 4469 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en" charset="utf-8">
{% include "partials/head.html" %}
{% include "partials/header.html" %}
<body>
<div id="content" class="p-8 pt-12 sm:p-12 md:p-16 lg:p-20">
{% block content %}{% endblock %}
</div>
</body>
</html>