Initial commit.
This commit is contained in:
Executable
+3
@@ -0,0 +1,3 @@
|
||||
{% block ${1} %}
|
||||
${2}
|
||||
{% endblock %}
|
||||
Executable
+2
@@ -0,0 +1,2 @@
|
||||
{% else %}
|
||||
${1}
|
||||
Executable
+1
@@ -0,0 +1 @@
|
||||
{% extends "${1:base.html}" %}
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
{% for ${1} in ${2} %}
|
||||
${3}
|
||||
{% endfor %}
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
{% if ${1} %}
|
||||
${2}
|
||||
{% endif %}
|
||||
Executable
+1
@@ -0,0 +1 @@
|
||||
{% include "${1}" %}
|
||||
Reference in New Issue
Block a user