You want to create your own custom Django filters in App Engine without running a whole Django stack? Hereâs how in a few lines of code. First create a specific python file to hold your custom filters at the root of your application. In my case I use customfilters.py like this: import re from google.appengine.ext import webapp register = webapp.template.create_template_register() def escapeimg(bod
{{#tags}}- {{label}}
{{/tags}}