{% extends "layout.html" %} {% block body %} {%- if theme_breadcrumbs|tobool %} {%- block rootrellink %} {% include 'icons/home.svg' %}{{ reldelim1 }} {%- endblock %} {%- for parent in parents %} {{ parent.title }}{{ reldelim1 }} {%- endfor %} {{ title }} {%- block relbaritems %} {% endblock %} {%- endif %} {{ body }} {%- endblock %}