clubmanager/templates/ada.rs.html
2023-11-03 05:53:27 -07:00

12 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>
})