@pressingfm @wpmark @TimberWP Anyhoo I have way more thoughts on this than can fit in tweets. I would love to be on the show and vouch for Twig templating.
@pressingfm @wpmark @TimberWP I still like to use WordPress’ template hierarchy so it is familair to other devs. I just collect the data in PHP and pass it to the Twig template to be rendered. Here’s a simple demo theme to show it in action github.com/kingkool68/sprig-demo…
@pressingfm @wpmark @TimberWP I do like using Twig templates for rendering HTML from data. I created a small plugin to integrate Twig with WordPress and use a few filters for escaping. github.com/kingkool68/sprig
@pressingfm @wpmark @TimberWP Timber is weird to me as a lot of it is duplicating PHP logic in another form. That really turned me off.