mirror of
https://github.com/mainnika/nikita-tokarch-uk.git
synced 2026-05-25 01:03:35 +00:00
Add empty content data that is mapped to templates
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package content
|
||||
|
||||
// Blog content data
|
||||
type Blog struct {
|
||||
_ interface{} `template:"blog.go.tmpl"`
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
package content
|
||||
|
||||
// Error content data
|
||||
type Error struct {
|
||||
_ interface{} `template:"error.go.tmpl"`
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
package content
|
||||
|
||||
// Index content data
|
||||
type Index struct {
|
||||
_ interface{} `template:"index.go.tmpl"`
|
||||
}
|
||||
Reference in New Issue
Block a user