🏷️ Created template Context domain

This commit is contained in:
Maxim Lebedev 2023-11-19 18:39:11 +06:00
parent 517efccece
commit bd2a62b40d
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
package domain
// Context represent a all-in-one theme template context.
type Context struct {
Site *Site
*Page
}