6 lines
213 B
HTML
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>
|