Skip to content

Commit 2d393ec

Browse files
committed
install htmx
1 parent f10fe2c commit 2d393ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

templates/base.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta charset="UTF-8">
4+
<meta charset="UTF-8">
55
<title>
66
{% block title %}
77
{% endblock %}
@@ -10,5 +10,7 @@
1010
<body>
1111
{% block body %}
1212
{% endblock %}
13+
14+
<script src="https://unpkg.com/[email protected]" integrity="sha384-Y7hw+L/jvKeWIRRkqWYfPcvVxHzVzn5REgzbawhxAuQGwX1XWe70vji+VSeHOThJ" crossorigin="anonymous"></script>
1315
</body>
1416
</html>

0 commit comments

Comments
 (0)