hyaenidae/server/templates/button_js.rs.html
asonix 5f0682ee22 Make mobile nav not require page refresh when JS enabled
Make top bar stick to top of screen
Make wide view show rows of 4
Improve notification page styles, text
Add button js to more pages
2021-01-15 22:50:15 -06:00

5 lines
121 B
HTML

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