Skip to content

Whitespace Control #479

@quangv

Description

@quangv

Hi, does Handlebars support anything like Jinja2 Whitespace Control... which removes leading or trailing whitespace from blocks...

{{name}}
{{#if age}}
  , {{age}}
{{/if}}

# outputs {{name}} , {{age}}
# desire: {{name}}, {{age}}

Trying to have readable templates... yet fine-grain whitespace control for single line text... any suggestions would help.

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions