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
The error is in this line: (% load pygmentize %}, an invalid tag. Change it to {% load pygmentize %}
(% load pygmentize %}
{% load pygmentize %}