{% macro star(star) %} {% if star.title %} {{ star.title }} {% endif %} {% if star.text %} {{ star.text }} {% endif %} {{star.oneup_count()}} {{star.created|naturaltime}} by {{ star.author.username}} {% endmacro %}
{{ star.text }}