Files
lektor-groupby-plugin/examples/templates/example-advanced.html
2022-04-06 13:16:44 +02:00

5 lines
150 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}}</p>