Initial commit.
This commit is contained in:
Executable
+1
@@ -0,0 +1 @@
|
||||
<%= ${1} %>
|
||||
Executable
+1
@@ -0,0 +1 @@
|
||||
<%- else -%>
|
||||
Executable
+1
@@ -0,0 +1 @@
|
||||
<%- end -%>
|
||||
Executable
+1
@@ -0,0 +1 @@
|
||||
<%- ${1} -%>
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
<%- if ${1:condition} -%>
|
||||
${2}
|
||||
<%- end -%>
|
||||
Executable
+4
@@ -0,0 +1,4 @@
|
||||
<%- if ${1} -%>
|
||||
${2}
|
||||
<%- else -%>
|
||||
<%- end -%>
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
<p>
|
||||
${1:para}
|
||||
</p>
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
<% unless ${1} %>
|
||||
${2}
|
||||
<% end %>
|
||||
Executable
+4
@@ -0,0 +1,4 @@
|
||||
<% unless ${1} %>
|
||||
${2}
|
||||
<% else %>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user