{#- chirp-ui: Mention component
@username link styling.
Usage:
from "chirpui/mention.html" import mention
mention("alice", href="/user/alice")
mention("bob") # span if no href
-#}
{% def mention(username, href=none, cls="") %}
{% if href %}
@{{ username }}
{% else %}
@{{ username }}
{% end %}
{% end %}