{% comment %} Render actor's name if it's available, otherwise just return the link. @param actor [ActivityDrop] Actor {% endcomment %} {% if include.actor.available %} {{ include.actor.name | strip_html }} {% else %} {{ include.actor }} {% endif %}