when possible, don’t use with context when importing a jinja template. Tons of places do it already, but it prevents jinja caching from being used, so we dont' want to do it more
in tool_list.html the URL isn't quite right. Can lib.canonical_tag() be used there?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
with contextwhen importing a jinja template. Tons of places do it already, but it prevents jinja caching from being used, so we dont' want to do it moretool_list.htmlthe URL isn't quite right. Canlib.canonical_tag()be used there?Removed
with contextimports from the templates and fixed the canonical ontool_list.html