Skip to content

Commit

Permalink
Remove out of date statements from README
Browse files Browse the repository at this point in the history
I believe there was a time where we automatically generated function
arguments for the compiled functions but I don't believe that to be the
case any more and suspect these are out of date.
  • Loading branch information
michaeljones committed Sep 26, 2023
1 parent ed04087 commit d3804a6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ in the rendered template and so it more efficient for inserting content that is
### If

You can use `{% %}` blocks to create an if-statement using the `if`, `else` and `endif` keywords.
The function generated from the template will have a labelled argument matching the identifier used
after `if`.

The `else` is optional.

```jinja
Expand All @@ -95,9 +92,7 @@ The `else` is optional.

### For

You can use `{% %}` blocks to create for-loops using the `for`, `in` and `endfor` keywords. The
function generated from the template will have a labelled argument matching the identifier used
after `in`.
You can use `{% %}` blocks to create for-loops using the `for`, `in` and `endfor` keywords.

```html+jinja
{> with list as List(String)
Expand Down

0 comments on commit d3804a6

Please sign in to comment.