mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-14 22:30:10 +00:00
8 lines
176 B
HTML
8 lines
176 B
HTML
|
{{ define "form-base" }}
|
||
|
<script>
|
||
|
window.bs5 = {{ .bs5 }};
|
||
|
window.usernameEnabled = {{ .username }};
|
||
|
</script>
|
||
|
<script src="form.js" type="module"></script>
|
||
|
{{ end }}
|