added in several workflow QOL features and updated flake

This commit is contained in:
specCon18 2023-08-07 18:04:19 -04:00
parent 153276f49c
commit bc27ffab4e
14 changed files with 3764 additions and 312 deletions

11
templates/base.html Normal file
View file

@ -0,0 +1,11 @@
<!doctype html>
<html>
<head>
<title>SK TCG Trader</title>
<link rel="stylesheet" href="/assets/main.css" />
<script src="/assets/htmx.min.js"></script>
</head>
<body class="bg-slate-700 m-auto">
{% block body %}{% endblock %}
</body>
</html>