stephenhs
About
- Username
- stephenhs
- Joined
- Roles
- Member
Comments
-
Regarding the spacing issue - it is because of the syntax of the programming language. If one replaces the start of all commands "{% " by "{-% ", the spaces disappear. For example, {% endif %} is replaced by {%- endif %}.