alpha
Login
or
Join now
alice.pds.demo.boltless.dev
/
core
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
2
Pulls
1
Pipelines
core
/
appview
/
pages
/
templates
/
errors
2 files
at
e6dabbe2c1d80de128e0c328497ed8738c9acdb6
Anirudh Oppiliappan
appview: proper nested templates
2y ago
e6dabbe2
404.html
appview: proper nested templates This now allows for a more organized template structure. All templates can now be accessed via "parent/child" paths, and are templated atop the layouts/*.html files. The layout files themselves are modular and can be included in each other. The only caveat is layout/*.html NEED to define their own template names like so: {{ define "base" }} The other page templates do not (and musn't) define their own template.
2 years ago
500.html
appview: proper nested templates This now allows for a more organized template structure. All templates can now be accessed via "parent/child" paths, and are templated atop the layouts/*.html files. The layout files themselves are modular and can be included in each other. The only caveat is layout/*.html NEED to define their own template names like so: {{ define "base" }} The other page templates do not (and musn't) define their own template.
2 years ago