You are viewing a single comment's thread from:
RE: [Tutorial]Developing and institutions data collection web front-end and back-end with python3.6(Final Part6)
The else boolean is also written similarly to the elif and even the for loop
for instance with jinja we can say
#assuming that we already have our if or if and elif statements
{% else %}
{<p>whatever content you would like to display</p>
{%endelse%}
Hope that helps