I\'ve created a custom tag that I want to use, but Django can\'t seem to find it. My templatetags directory is set up like this:
templatetags
pygmentize
In gameprofile.html please change the tag {% endblock content %} to {% endblock %} then it works otherwise django will not load the endblock and give error.
gameprofile.html
{% endblock content %}
{% endblock %}