mirror of
https://github.com/rjNemo/rentease.git
synced 2026-06-09 20:26:51 +00:00
7 lines
110 B
Text
7 lines
110 B
Text
package views
|
|
|
|
templ Index() {
|
|
@BaseLayout() {
|
|
<a role="button" href="/bookings/new">New Booking </a>
|
|
}
|
|
}
|