Tags {% if tags.is_empty() %} No tags in post. Consider adding some! {% else %} {% for tag in tags %} {{ tag.name }} {% endfor %} {% endif %}