11 lines
146 B
Text
11 lines
146 B
Text
package view
|
|
|
|
templ Index() {
|
|
@Base() {
|
|
<main class="container">
|
|
<h1>Hi, { Username }</h1>
|
|
<p>Hello World!</p>
|
|
@Card()
|
|
</main>
|
|
}
|
|
}
|