{% extends "main.html" %} {% block content %} {% set bookmarks = config.extra.frontpage %} {% set profile = config.extra.user_profile %} {% if not ("titleblock" in page.meta.hide) %}
{% if card.icon %} {% include ".icons/" ~ card.icon ~ ".svg" %} {% endif %} {{ card.title }}
{% set sections = card.sections if card.sections is defined else [{"links": card.links}] %} {% for section in sections %} {% if not loop.first %}