Path: {{ this | url(absolute=True) }}
This is: {{this}}
Custom field date: {{this.date}}
{%- for child, extras in this.children.items() -%}
{%- set etxra = (extras|first).tags_in_page %}
- {{etxra|length}} tags on page "{{child.path}}": {{etxra}}
{%- endfor %}