twital
twital copied to clipboard
Twital is a "plugin" for Twig that adds some sugar syntax, which makes its templates similar to PHPTal or VueJS.
I started using twital because of its similarities to phptal. But it seems not to work in Blocks. Blockcode: ``` {% block textelement %} {{fiel.label |raw}} * {{item |raw}} {{fiel.generateElement()...
Check screenshot, there is no CSS loaded: 
We could make a listener for the HTML5 tags that start with an upper-case letter. For example ``` twig ``` should be replaced with ``` twig This is one comment...
Hello! I really enjoy what you've done here. I'm in the process of re-doing a very large commercial CMS system with twig. After finding twital, -- I'm going to switch...
solution add `private $options = array();` to Goetas\Twital\Twital