Update readme to display a screenshot of conditional paragraphs.
This commit is contained in:
parent
d97ee275ee
commit
8c86a7b374
1 changed files with 1 additions and 7 deletions
|
|
@ -64,13 +64,7 @@ Most of the time secretary will handle the internal composing of XML when you in
|
||||||

|

|
||||||
|
|
||||||
**Conditional paragraphs**
|
**Conditional paragraphs**
|
||||||
```jinja
|

|
||||||
{% if already_paid %}
|
|
||||||
YOU ALREADY PAID
|
|
||||||
{% else %}
|
|
||||||
YOU HAVEN'T PAID
|
|
||||||
{% endif %}
|
|
||||||
```
|
|
||||||
|
|
||||||
The last example could had been simplified into a single paragraph in Writer like:
|
The last example could had been simplified into a single paragraph in Writer like:
|
||||||
```jinja
|
```jinja
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue