{% import "plainui/components/markdown.html" as markdownMacro %}
{% import "plainui/components/tagbox.html" as tagMacros %}
{% macro tile(item) -%}
{% if item.detail_link and item.text|length > 400 %}
{{ item.title }}
{% else %}
{{ item.title }}
{% endif %}