15 lines
166 B
HTML
15 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>
|
||
|
|
||
|
})
|