{{ section.title }} {% if section.description %} {{ section.description }} {% endif %} {% for item in items %} {{ item.frontmatter.title }} {% if item.frontmatter.description %} {{ item.frontmatter.description }} {% endif %} {% endfor %}