{% macro star(star) %} {% if star.title %}

{{ star.title }}

{% endif %} {% if star.text %}

{{ star.text }}

{% endif %}
{{star.created|naturaltime}} by {{ star.author.username}}
{% endmacro %}