{{ segment | title }} Cards
{% block segmentheader %} {% endblock segmentheader %}
{% if cards %}
{% for item in cards %}
{% endfor %}
{% else %}
{% endif %}
{{ item.name | replace(segment + '/', '') }}
{{ item.attributes.docs }}
No Cards Found
Cards are visual containers that help organize and present information in a clean, structured way.
To create a new card, simply create a @virtualobj function and store it in scripts/cards. Your function must return a list of dicts
[{ "title": "some title", "content": ""}, ...]