feat: use Query for children instead of Record list

This commit is contained in:
relikd
2022-08-06 18:31:41 +02:00
parent 5387256b93
commit 03475e3e5a
4 changed files with 95 additions and 37 deletions

View File

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