{% extends 'base.html' %} {% block content %} {% load staticfiles %} {% if tutorials %}

Tutorials Tagged #{{ tag }}

{% for tutorial in tutorials %}
{{ tutorial.title }}
{% for tag in tutorial.tags.all %} 📌 {{ tag }}   {% endfor %}

{{ tutorial.category }}
{% endfor %}
{% else %}

Ah! Sorry, No Results
search404

{% endif %} {% endblock %}