Table basics with some HTMX to allow data refresh
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<link href="https://matcha.mizu.sh/matcha.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://matcha.mizu.sh/matcha.css">
|
||||
<!-- <script src="https://cdn.twind.style" crossorigin></script>-->
|
||||
<title>{% block title %}{{ title }}{% endblock %}</title>
|
||||
<script src="https://unpkg.com/htmx.org@2.0.4"></script>
|
||||
{% block head %}{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user