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
did you try this
{% load games_tags %}
at the top instead of pygmentize?