{% macro card(title, link, tag=none, date=none, image=none, variant=none, horizontal=false) %}
{% if image %}
Card image
{% endif %}
{% if tag %}
{{ tag }}
{% endif %} {% if date %}
{% endif %}
{{ caller() }}
{% endmacro %}