clubmanager/templates/ada.rs.html

13 lines
167 B
HTML

@use super::base_html;
@use super::components::ada_list_html;
@()
@:base_html({
<div style="display: flex; flex-direction: column;">
@:ada_list_html()
</div>
})