{% if page.meta and page.meta.title %} {{ page.meta.title }} {% elif page.toc %} {{ page.toc[0].title }} {% else %} {{ page.title | d(config.site_name, true) }} {% endif %}
{% endif %} {% if bookmarks %}
{% include ".icons/" ~ card.icon ~ ".svg" %} {{ card.title }}
{% for section in card.sections %} {% if not loop.first %}{% endif %}
-
{% for link in section.links %}
- {% include ".icons/" ~ link.icon ~ ".svg" %} {{ link.label }} {% endfor %}