Skip to content

Commit 9a0e7b3

Browse files
authored
Separate out inline Jinja and foreach key
1 parent 5a6955b commit 9a0e7b3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/roadmap.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,10 @@ configurations with variables, control flow, and custom functions.
8888

8989
- [ ] **Dynamic Features and Custom Functions:**
9090

91-
- [ ] Implement support for basic Jinja control structures ({% if %}, {% for
92-
%}) and the foreach key for target generation.
91+
- [ ] Implement support for basic Jinja control structures (`{% if %}` and
92+
`{% for %}`)
93+
94+
- [ ] Implement the foreach key for target generation.
9395

9496
- [ ] Implement the essential custom Jinja function env(var_name) to read
9597
system environment variables.

0 commit comments

Comments
 (0)