Files
lektor-groupby-plugin/examples/templates/example-advanced.html

5 lines
156 B
HTML

<h2>Path: {{ this | url(absolute=True) }}</h2>
<p>This is: {{this}}</p>
<p>Custom field, desc: "{{this.desc}}"</p>
<p>Children: {{this.children.all()}}</p>