{ website.Name } Guestbook

{ data.Flash }
@commentForm(form)

Comments

if len(comments) == 0 {

No comments yet!

} for i, c := range comments { {{ commentAuthorRole := fmt.Sprintf("comment-author-%d", i+1) }}

if c.AuthorSite != "" { { c.AuthorName } } else { { c.AuthorName } }

{ c.CommentText }

}