djhtml
djhtml copied to clipboard
How to add "elseif" for twig
Hi,
I'm using djhtml to format twig files. It works very well except for elseif that is used by twig instead of elif in jinja2
How can I modify djhtml in order to recognize elseif as elif ?
Adding elif in twig was discussed here https://github.com/twigphp/Twig/issues/1282