This website requires JavaScript.
Explore
Main Site
Help
Register
Sign In
mirrors
/
mycorrhiza
Watch
1
Star
0
Fork
0
You've already forked mycorrhiza
mirror of
https://github.com/osmarks/mycorrhiza.git
synced
2025-01-09 03:00:25 +00:00
Code
Issues
Releases
Wiki
Activity
33c8192bb3
mycorrhiza
/
views
/
base.go
10 lines
101 B
Go
Raw
Normal View
History
Unescape
Escape
Categories: Refactor a little * Introduce views.Meta for passing common stuff around. * Store both category-related templates in one HTML file, which is go:embed:ded. * Fix a bug.
2022-03-20 09:04:08 +00:00
package
views
import
(
Alias views.Base to a wrapper to viewutil.Base
2022-03-29 21:11:34 +00:00
"github.com/bouncepaw/mycorrhiza/viewutil"
Categories: Refactor a little * Introduce views.Meta for passing common stuff around. * Store both category-related templates in one HTML file, which is go:embed:ded. * Fix a bug.
2022-03-20 09:04:08 +00:00
)
Alias views.Base to a wrapper to viewutil.Base
2022-03-29 21:11:34 +00:00
var
(
Base
=
viewutil
.
Base
)
Reference in New Issue
Copy Permalink