{% if section.extra.projects_path %} {%- set projects_section = get_section(path=section.extra.projects_path) -%} {%- if projects_section -%} {%- set show_pages = projects_section.pages -%} {%- set max_projects = section.extra.max_projects | default(value=3) -%} {%- include "partials/cards_pages.html" -%} {%- endif -%} {%- if show_pages | length > max_projects -%}
{{ macros_translate::translate(key="all_projects", default="All projects", language_strings=language_strings) }} 
{%- endif -%} {% endif %}