extends jinja
extends html
snippet static "add a staic url_for" i
{{ url_for("static", $1) }} $0
endsnippet
snippet url "add a url_for inline" i
{{ url_for("$1") }} $0