{% if page %} {% set translation_count = page.translations | length %} {% elif section %} {% set translation_count = section.translations | length %} {% endif %} {% if lang == "pt" %} {% else %} {% endif %}
{%- set title_tail = " ~ " ~ config.title %} {%- if page.title %} {%- set title = page.title ~ title_tail %} {%- elif section.title %} {%- set title = section.title ~ title_tail %} {%- else %} {%- set title = config.title %} {%- endif %}