Guestbook for { guestbook.SiteUrl }
{{ commentCreateUrl := fmt.Sprintf("/guestbooks/%s/comments/create", guestbook.Slug()) }} if len(comments) == 0 {No comments yet!
} for _, c := range comments {
{ c.AuthorName }
{ c.Created.Format("01-02-2006 03:04PM") }
}
{ c.CommentText }