Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jfa-go/blame/commit/95c9f4f42d79e2685b8fe8cbf90807af4d44579f/data/templates/form-base.html You should set ROOT_URL correctly, otherwise the web may not work correctly.
jfa-go/data/templates/form-base.html

8 lines
176 B

{{ define "form-base" }}
<script>
window.bs5 = {{ .bs5 }};
window.usernameEnabled = {{ .username }};
</script>
<script src="form.js" type="module"></script>
{{ end }}