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