8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90dc6fe commit e689330Copy full SHA for e689330
docs/usage/main_statements.md
@@ -6,8 +6,23 @@ nav_order: 2
6
---
7
8
# Main Jinja2C++ statements
9
+{: .no_toc }
10
-### 'set' statement
11
+## Table of contents
12
+{: .no_toc .text-delta }
13
+
14
+1. TOC
15
+{:toc}
16
17
+## Condition statement
18
19
+TODO:
20
21
+## Iteration statement
22
23
24
25
+## 'set' statement
26
But what if enum `Animals` will be in the namespace?
27
28
```c++
0 commit comments