mirror of https://github.com/hrfee/jfa-go
8 lines
176 B
8 lines
176 B
5 years ago
|
{{ define "form-base" }}
|
||
|
<script>
|
||
|
window.bs5 = {{ .bs5 }};
|
||
|
window.usernameEnabled = {{ .username }};
|
||
|
</script>
|
||
|
<script src="form.js" type="module"></script>
|
||
|
{{ end }}
|