We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When template tags are indented with the HTML code, the HTML tags get double indention. I find this output ugly, and would like to see it differently.
I think the following would lead to much to both clean template code and clean output.
I hope you agree :)
The text was updated successfully, but these errors were encountered:
H2o supports a striping tag format
For example if you want to strip whitespace on the left, u can do this
{%- tag_name %}
It works for right hand side too.
Cheers
Sorry, something went wrong.
Sounds like a solution to me :)
With the latest git checkout, I do get an exception:
Uncaught exception 'H2o_Error' with message '- tag doesn't exist'
I'm using a {%- for .. in %} loop.
No branches or pull requests
When template tags are indented with the HTML code, the HTML tags get double indention. I find this output ugly, and would like to see it differently.
I think the following would lead to much to both clean template code and clean output.
I hope you agree :)
The text was updated successfully, but these errors were encountered: