I'm reading "flask_bootstrap/templates/bootstrap/base.html" on GitHub, and find some block symbols strange, like {%- block ... %}
or {% endblock ... -%}
. Why there is "-" before or after {%
or %}
?
Will it make the block declaration different than the normal? I'm going to extend this file, so I'd like to know in detail.