@@ -0,0 +1,17 @@
package main
import "html/template"
type Post struct {
Id string
Title string
Author string
Date string
HTML template.HTML
Text string
}
type Blog struct {
Posts []Post
The note is not visible to the blocked user.