This commit is contained in:
r 2021-03-20 05:12:48 +00:00
parent 6ddcb16694
commit 6c5de76562
5 changed files with 369 additions and 433 deletions

View file

@ -17,12 +17,6 @@ type Context struct {
Referrer string
}
type NavData struct {
CommonData *CommonData
User *mastodon.Account
PostContext model.PostContext
}
type CommonData struct {
Title string
CustomCSS string
@ -32,6 +26,12 @@ type CommonData struct {
Target string
}
type NavData struct {
CommonData *CommonData
User *mastodon.Account
PostContext model.PostContext
}
type ErrorData struct {
*CommonData
Error string