Switch to mako template syntax for inline_js template

This commit is contained in:
Calen Pennington
2012-05-23 11:40:47 -04:00
parent 5eae41ee70
commit a0af847168

View File

@@ -5,5 +5,5 @@ async \
if defer:
defer \
type="text/javascript" charset="utf-8">
{{ source|safe }}
${source | safe}
</script>