clubmanager/templates/dancers.rs.html
2023-11-05 07:03:15 -08:00

14 lines
166 B
HTML

@use super::base_html;
@use super::components::return_to_main_html;
@()
@:base_html({
@:return_to_main_html()
<div>
I have no dancers to show you :(
</div>
})