feat: 🎉 Everything works
Some checks failed
ci / docker (push) Has been cancelled

This commit is contained in:
2024-06-19 23:40:27 +02:00
commit 0e10bf6476
17 changed files with 567 additions and 0 deletions

20
templates/test.html Normal file
View File

@ -0,0 +1,20 @@
<!doctype html>
<html lang="en">
<head>
{% block head %}
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
{% block styles %}
<!-- Bootstrap CSS -->
{{ bootstrap.load_css() }}
{% endblock %}
<title>Your page title</title>
{% endblock %}
</head>
<body>
<button type="button" class="btn btn-primary">Primary</button>
</body>
</html>