Skip to content

Do not working sorted in jinja/htmldjango #300

@whiskeycola

Description

@whiskeycola

Sorting in htmldjango blocks does not work.
In this file, classes are sorted only in the last block where controllflow is not used.

<div
  {% if title.len() > 0 %}
    class="pt-3 p-1"
  {% endif %}
></div>
<div {% if title.len() > 0 %}class="pt-3 p-1"{% endif %}></div>
<div class="p-1 pt-3"></div>

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions