Sith/core/templates/core/macros.jinja

4 lines
145 B
Plaintext
Raw Normal View History

2016-07-27 15:23:02 +00:00
{% macro user_profile_link(user) -%}
<a href="{{ url("core:user_profile", user_id=user.id) }}">{{ user.get_display_name() }}</a>
{%- endmacro %}