MtHaml icon indicating copy to clipboard operation
MtHaml copied to clipboard

Ability to put blocks inside opening tags

Open Boorj opened this issue 9 years ago • 0 comments

Using mthaml for 2+ years, missing feature that is implemented in vanilla twig:

<body class="{% block body_class %}{% endblock %}">  ...

For purpose of using customizable body class I have to keep my base file (root for extends) as .twig. Tried to interpolate with twig filter inside — doesn't work :( Or is there any hidden way to do that, that i'm missing?

Boorj avatar Sep 22 '15 08:09 Boorj