{% for tag in tags %}
  • {{tag}} {% if not public and username == creator %} {% endif %}
  • {% endfor %}