{% macro doc_card(d) %}
{{ d.title or d.id }} {% if d.revision %}{{ d.revision }}{% endif %} {{ d.repo }}
{% if d.summary %}

{{ d.summary }}

{% endif %}

{% for t in d.tags %}{{ t }} {% else %}no tags{% endfor %} open sections →

{% endmacro %}