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