Sort:  

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