MtHaml
MtHaml copied to clipboard
Ability to put blocks inside opening tags
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?