This repository has no description
117
50
31
Clone this repository
https://tangled.org/alice.pds.demo.boltless.dev/core
https://tangled.org/did:plc:6ctvkbpyb3dkpamrs5mabl7a
git@knot.demo.boltless.dev:alice.pds.demo.boltless.dev/core
git@knot.demo.boltless.dev:did:plc:6ctvkbpyb3dkpamrs5mabl7a
For self-hosted knots, clone URLs may differ based on your setup.
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.