8000 Update main_statements.md · jinja2cpp/jinja2cpp.github.io@e689330 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e689330

Browse files
authored
Update main_statements.md
1 parent 90dc6fe commit e689330

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

docs/usage/main_statements.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,23 @@ nav_order: 2
66
---
77

88
# Main Jinja2C++ statements
9+
{: .no_toc }
910

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+
TODO:
24+
25+
## 'set' statement
1126
But what if enum `Animals` will be in the namespace?
1227

1328
```c++

0 commit comments

Comments
 (0)
0