Skip to content

Instantly share code, notes, and snippets.

@stomx
stomx / _nodes.txt
Created November 30, 2017 01:16 — forked from gabrielwalt/_nodes.txt
Passing request attributes with Sightly
/content
/example
@jcr:primaryType = "nt:unstructured"
@jcr:title = "Outer Component"
@sling:resourceType = "example/components/outer"
/one
@jcr:primaryType = "nt:unstructured"
@jcr:title = "Inner Component One"
@sling:resourceType = "example/components/inner"
/two