clubmanager/templates/dancers.rs.html

17 lines
219 B
HTML
Raw Normal View History

2023-11-05 15:03:15 +00:00
@use super::base_html;
@use super::components::return_to_main_html;
@()
@:base_html({
2023-11-05 15:18:17 +00:00
<div class="fixed right-0 top-0 pr-4 pt-4">
@:return_to_main_html()
</div>
2023-11-05 15:03:15 +00:00
<div>
I have no dancers to show you :(
</div>
})