{% macro box(type, title, slim=False, caller=None) %} {% endmacro %} {% macro avatar(from_, hash, char=None, caller=None) -%} {%- if hash -%}
{%- else -%}
{%- endif -%} {%- endmacro %} {% macro clipboard_button(label=_("Copy link"), caller=None) -%} {%- set text = caller() -%} {{ label }} {%- endmacro %} {% macro showuri(uri, caller=None) %} {%- if uri is none -%} {%- else -%}
{% call clipboard_button() %}{{ uri }}{% endcall %}
{%- endif -%} {% endmacro %}