9 lines
81 B
HTML
9 lines
81 B
HTML
@use super::base_html;
|
|
|
|
@()
|
|
|
|
@:base_html({
|
|
|
|
<h1>Welcome to clubmanager!</h1>
|
|
|
|
})
|