not sure i will stay on twig sage/roots has blade support from laravel
but woocommerce support is not 100% i think
_
Steve Pfisterer
@stevep
you prefer blade to twig?
Marko Bolliger
@cannap
its simpler
but atm i like twig
i know blade from laravel
i dont know what changed with the time
best would be vuejs :D
Steve Pfisterer
@stevep
i’ve not used. to me its like handlebars (twig) vs haml (blade) but ive not looked into it really
Marko Bolliger
@cannap
but php cant handle ssr with vuejs
nunjuck is more like twig
from mozzila
i do much js then i need to rethink so much stuff
but blade i know
@ stuff is nice
sry my english is not so good
maybe i write something wrong xD
Steve Pfisterer
@stevep
ya sometimes its hard to transition between langauges / environments
(programming languages)
big context switch
Marko Bolliger
@cannap
yea i use js without ";"
and then i write php forgot everytime to terminate
the line
Steve Pfisterer
@stevep
ive changed over to phpstorm full time and it will yell at me, good for catching bugs
Marko Bolliger
@cannap
are you using xdebug?
Steve Pfisterer
@stevep
Sometimes, it can be very useful
Lara Schenck
@laras126
Hey all! Question: what is the purpose of header.php and footer.php in a Timber theme? It looks to me like they just add output buffering, but is that used at all in Timber itself, Or just there for plugins/whatever?