hyaenidae/templates/file_js.rs.html
asonix e0858b7b3d Move server/ to / and start i18ning
Currently i18n'd
- login page
- register page
- cookie page
- delete account confirmation page
- 404 page
- 500 page
- part of account settings
2021-01-28 20:25:31 -06:00

6 lines
130 B
HTML

@use hyaenidae_toolkit::templates::statics::file_input_js;
@()
<script src="@crate::toolkit_path(file_input_js.name)"></script>