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
205 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 %}
{% include "common/title-item.html" with page=page.get_parent current=current %}
{% endif %}