Hi , I want to build a website with a common templat e(like most modern Websites today) with volt:
header -> widget1 widget2
sidebar left -> widget1 widget2
content , -> widget1 widget2
sidebar right -> widget1 widget2
footer-> widget1 widget2
Even more complex.
Every widget gets content through components(plugins). I wonder whats the best approach to do this in an organized way. Using blocks and inheritance or partials. Any Idea is welcome. thx in advance
Ps. Big thx to all the phalcon developers