{% macro page_card(page) -%} {% set txt = page.get_text(lang) -%} {%- if txt -%}

{%- if should_show(page,txt) %}{% endif -%} {{ txt.title }} {%- if should_show(page,txt) %}{% endif -%}

{{ render_page_short(page,txt) |safe }}
{%- endif -%} {%- endmacro %} {% macro page_contents(children, max_level=5, level=1) -%} {%- endmacro %} {% macro make_upper(upper) -%} {% if upper -%} {% set txt = upper.get_text(lang) -%} {%- if txt -%} {%- if txt.text_full|length > 0 %}
{{ txt.title }}
{%- endif -%} {%- endif -%} {%- endif %} {%- endmacro %} {% macro make_lang_list() -%} {% if config.language_available |length > 1 -%}
{{ strings['languages'] }}:

{%- endif %} {%- endmacro %} {% macro make_lang_btn() -%} {% if config.language_available |length > 1 -%} {{ strings['languages'] }} {%- endif %} {%- endmacro %}