vim/snippets/jinja.snippets @ dbcbfa37f036

Update mutt/offlineimap.py

replaced sjl username with `whoami` for general purpose user detection
author fpischedda <francesco.pischedda@gmail.com>
date Tue, 02 Oct 2012 12:47:37 +0300
parents 85ea7f03b9be
children (none)
# Generic Tags
snippet %
	{% ${1} %}${2}
snippet {
	{{ ${1} }}${2}
snippet %%
	{% ${1:tag_name} %}
	${2}
	{% end$1 %}

snippet block
	{% block ${1:content} %}
		${2}
	{% endblock %}
snippet blocki
	{% block ${1:content} %}${2}{% endblock %}