clubmanager/templates/ada.rs.html

13 lines
226 B
HTML
Raw Normal View History

2023-11-03 12:53:27 +00:00
@use super::base_html;
@use super::components::ada_list_html;
@()
@:base_html({
<div style="display: flex; flex-direction: column;" hx-ext="sse" sse-connect="/api/ada/updates" sse-swap="ada">
2023-11-03 12:53:27 +00:00
@:ada_list_html()
</div>
})