Hi,
I am new to phalcon and was trying to make a widget page with the volt template engine. When i do {% include "widgets/main/personal.volt" %} the personal widget will be loaded, but when i do {% include widget.widgeturl %} i get the error that my volt template doesn't exist. (the widget.widgeturl gets from a mysql database.) wamp\www\public/../app/views/widgets/main/personal.volt' was not found in the views directory
is it possible to use these variables with a include or do i have to use an other option?
Greets, Vincent