hyaenidae/templates/button_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

5 lines
121 B
HTML

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