{% import "plainui/components/markdown.html" as markdownMacro %} {% macro tile(item) -%}
{% if item.title %}

{{ item.title }}

{% if item.is_private %}
{% endif %}
{% endif %} {% if item.text %} {{ markdownMacro.markdown_plain(item.text | safe | truncate( 400, false, '...', 10), "rc3-tile-board__body card-body") }} {% endif %} {% if item.owner_name or item.timestamp %} {% endif %}
{%- endmacro %} {% macro tile_buttons(item) -%} {%- endmacro %}