more
This commit is contained in:
parent
40dc3eb513
commit
6eb1d4f03c
1 changed files with 18 additions and 0 deletions
|
@ -18,3 +18,21 @@ Let's pretend to have an extremely long line that does not fit
|
||||||
This one is short
|
This one is short
|
||||||
----
|
----
|
||||||
|
|
||||||
|
{% if community %}
|
||||||
|
community set
|
||||||
|
{% else %}
|
||||||
|
community VARIABLE NOT SET
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
{% if book.community %}
|
||||||
|
book.community set
|
||||||
|
{% else %}
|
||||||
|
book.community VARIABLE NOT SET
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
{% if product %}
|
||||||
|
PRODUCT!
|
||||||
|
{% else %}
|
||||||
|
product VARIABLE NOT SET
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue