-
**PHTML** - this is legacy from PHP Template engine (as I understand). Let's rename they to standard Twig extension **html.twig**?
1. Better understand code for new contributors at a first look.
2…
-
Dwoo is a great Template Engine, but it seems to be not supported anymore. Twig, on the other hand, is positioned very well as part of the Symfony PHP Framework. So the question is: Should we move fro…
-
I would like to use kss with twig but I do not know how to change the template engine "handlebar" for "twig".
Is there any documentation on this?
-
`LineageHelper` has some special handling for Twig. We should move this to `patternengine-php-twig` as core should be templating engine agnostic.
I think this should be possible to do by adding a `…
-
Hi Pattern-Lab folks,
I've created a [Pattern Lab Fluid Edition](https://github.com/NamelessCoder/patternlab-fluid-edition) - Fluid is the templating language of the TYPO3 and Neos CMS'es - and in …
-
Twig is a modern template engine for PHP
Fast: Twig compiles templates down to plain optimized PHP code. The overhead compared to regular PHP code was reduced to the very minimum.
Secure…
-
Can you provide some demos for common templating engines, like
- [mustache](https://github.com/bobthecow/mustache.php)/[handlebars](https://github.com/zordius/lightncandy)
- [twig](https://twig.sym…
aolko updated
9 months ago
-
Hi,
I'd like to use the Twig.js engine to render templates in a cogear project. Even though Cogear's plugin support is pretty powerful, I feel it's lacking support for rendering pages with a differ…
-
i'm new to li3 so please forgive me if i overlooked something, but i installed both li3_twig and li3_docs plugins and after activating twig everything disappeared as it replaces the default handler (w…
eLod updated
13 years ago
-
Greetings @schmittjoh,
First of all, thank you for creating the twig.js project, and its corresponding Symfony bundle. Using the Twig templating engine on both the server and client sides has proven …