11 lines
		
	
	
		
			181 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			181 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 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
 | |
| endsnippet
 |