summaryrefslogtreecommitdiff
path: root/view/main.templ
diff options
context:
space:
mode:
Diffstat (limited to 'view/main.templ')
-rw-r--r--view/main.templ3
1 files changed, 2 insertions, 1 deletions
diff --git a/view/main.templ b/view/main.templ
index 1a4bf95..b6d94d8 100644
--- a/view/main.templ
+++ b/view/main.templ
@@ -7,8 +7,9 @@ templ Main(contents templ.Component) {
<title>Cool timer app</title>
<link rel="stylesheet" href="/static/style.css" />
<script src="/static/htmx.min.js"></script>
+ <script src="/static/response-targets.js"></script>
</head>
- <body hx-boost="true">
+ <body hx-boost="true" hx-ext="response-targets">
@contents
</body>
</html>