Why isn't this view returning data?

Thanks. apparently I had it right at the very beginning but something was off with my loop… It works. Thanks for talking me through it.

{% for tag in single_tag %}
{{ tag.tag }}
{% endfor %}