6 lines
205 B
HTML
6 lines
205 B
HTML
|
{{ page.title }} ::
|
||
|
|
||
|
{% if page.get_parent and page.get_parent.url and page.get_parent.id != homepage.id %}
|
||
|
{% include "common/title-item.html" with page=page.get_parent current=current %}
|
||
|
{% endif %}
|