Anton
Results
1
comments of
Anton
I have something like this: If input is like `input.form__input(type="tel" placeholder="+7 999 999-99-99" required)` Compilation fails with `jinja2.exceptions.TemplateSyntaxError: expected token ')', got 'required'` after moving required attr to the beginning,...