I\'m trying to build my own template tags. I have no idea why I getting these errors. I\'m following the Django doc\'s.
This is my app\'s file structure:
I'd not bother with writing your own template tags: take things one step at a time and stick to the basics for now. There's nothing wrong with {% include 'show_pollquiz.html' %}
{% include 'show_pollquiz.html' %}