mirror of
https://github.com/rjNemo/rentease.git
synced 2026-06-06 02:36:49 +00:00
7 lines
66 B
Text
7 lines
66 B
Text
package views
|
|
|
|
templ Index() {
|
|
@BaseLayout() {
|
|
<p>Hi </p>
|
|
}
|
|
}
|