1
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
wagtail-website-2018-spike/templates/common/title-item.html

6 lines
189 B
HTML
Raw Normal View History

2018-07-27 08:54:26 +01:00
{{ page.title }} ::
{% if page.get_parent and page.get_parent.url and page.get_parent.id != homepage.id %}
2018-07-27 09:11:28 +01:00
{% include "common/title-item.html" with page=page.get_parent %}
2018-07-27 08:54:26 +01:00
{% endif %}