Skip to content

Commit f91f1c3

Browse files
ogonkovfdintino
authored andcommitted
Fix groupby example formatting
1 parent 7ef121c commit f91f1c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/templating.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1215,11 +1215,14 @@ Attribute can use dot notation to use nested attribute, like `date.year`.
12151215
```
12161216

12171217
**Output**
1218+
1219+
```jinja
12181220
:2018:
12191221
Post 2
12201222
:2019:
12211223
Post 1
12221224
Post 3
1225+
```
12231226

12241227
### indent
12251228

0 commit comments

Comments
 (0)