Files
lektor-groupby-plugin/examples/templates/example-advanced.html
2022-03-31 04:20:01 +02:00

4 lines
115 B
HTML

<h2>Path: {{ this | url(absolute=True) }}</h2>
<div>This is: {{this}}</div>
<div>Children: {{this.children}}</div>