🏷️ Added File property for Page domain

This commit is contained in:
Maxim Lebedev 2023-11-10 17:14:45 +06:00
parent 704e7af69a
commit 9eaf9cd391
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ import "golang.org/x/text/language"
type Page struct {
Language language.Tag
Params map[string]any
File File
Description string
Title string
Content []byte