Files
lektor-groupby-plugin/examples/templates/example-advanced.html
2022-12-20 01:28:12 +01:00

6 lines
213 B
HTML

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