{%- macro header(content, title, subtitle, logo) -%} {%- endmacro %} {%- macro header_logo(href, logo, title, subtitle) -%} {% if logo -%} {{ ui.link(ui.image(h.url_for_static_or_external(logo), alt=title, aria={"label": _('Navigate to Home - {site_title}').format(site_title=title)}), href=href, attrs={"class": "logo"}) }} {%- else -%}
{{ ui.heading(ui.link(title, href=href), level=1) }} {% if subtitle %} {{ ui.heading(subtitle, level=2) }} {% endif %}
{%- endif %} {%- endmacro %} {%- macro footer(content) -%} {%- endmacro %} {%- macro footer_main(content) -%}
{{ content }}
{%- endmacro %} {%- macro footer_secondary(content) -%}
{{ content }}
{%- endmacro %} {%- macro account(content, title, subtitle, logo) -%}
{{ ui.container(content) }}
{%- endmacro %} {%- macro subtitle_item(content, initial) -%} {%- do kwargs -%} {{ content }} {%- if not initial %} {{ g.template_title_delimiter }} {% endif %} {%- endmacro %}