package types

type Page struct {
	Title   string
	Content string
}

Graph