added tagcloud
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{{extend 'layout.html'}}
|
||||
<h1>If statement</h1>
|
||||
|
||||
{{
|
||||
a=10
|
||||
}}
|
||||
|
||||
{{if a%2==0:}}
|
||||
<h2>{{=a}} is even</h2>
|
||||
{{else:}}
|
||||
<h2>{{=a}} is odd</h2>
|
||||
{{pass}}
|
||||
Reference in New Issue
Block a user