Skip to content

Commit ef502d1

Browse files
committed
app: expose layout head block.
1 parent 53e36e0 commit ef502d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/reader/_app/templates/layout_base.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<!doctype html>
22
<html lang="en" data-bs-theme="auto">
33
<head>
4+
{% block head %}
5+
46
<meta charset="utf-8">
57
<meta name="viewport" content="width=device-width, initial-scale=1">
68

@@ -18,6 +20,7 @@
1820
<script src="{{ find_static('htmx.min.js', 'reader') }}" defer></script>
1921
<script src="{{ find_static('response-targets.min.js', 'reader') }}" defer></script>
2022

23+
{% endblock %}
2124
</head>
2225
<body hx-ext="response-targets">
2326

0 commit comments

Comments
 (0)