{% extends 'profile/base.html' %} {% load qa_tags %} {% block content %} Badges - Stack Overflow - Clone

Question Badges

{% for tag in tags %}
{{tag.description}}

{% endfor %}
 
{% endblock content %}