10 lines
229 B
Plaintext
10 lines
229 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", nil)
|
|
}
|