aboutsummaryrefslogtreecommitdiff
path: root/index.tpl
blob: cafe12f4048aae71a9ac6be6e076db444cc1c9da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Title 
- {{ title }}
- {{title}}
- {{ title}}
- {{title }}

# Dot notation
{{ user.name }}

# For block
{% for p in posts %}
    - {{ p.title }}
{% endfor %}