10 lines
257 B
Plaintext
10 lines
257 B
Plaintext
|
package web
|
||
|
|
||
|
import "net/http"
|
||
|
|
||
|
import "git.arav.su/Arav/justguestbook"
|
||
|
|
||
|
templ GuestbookAdmin(owner string, entries []*justguestbook.Entry, r *http.Request) {
|
||
|
@base("Guestbook Administration", "", "", "/guestbook/admin", "Guestbook Administration", nil)
|
||
|
}
|