5 lines
189 B
HTML
5 lines
189 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 %}
|
|
{% endif %}
|