package components
templ Index() {
@Base("Index") {
<div class="bg-rose-200">
have info about the service here,
with a login button somewhere.
<br/>and also something something, basic index page info, bla bla
</div>
<!-- some kind of if logged_in thing, and then show a "manage" button instead of a login button -->
}
}