{% extends "cranefly/layout.html" %} {% import "_forms.html" as form_theme with context %} {% import "cranefly/editor.html" as editor with context %} {% import "cranefly/macros.html" as macros with context %} {% block title %}{% if thread -%} {{ macros.page_title(title=_(get_title()), parent=thread.name) }} {%- else -%} {{ macros.page_title(title=_(get_title()), parent=_("Private Threads")) }} {%- endif %}{% endblock %} {% block breadcrumb %}{{ super() }}