Hi,
is it somehow possible to change how {% extends "index.volt" %} in Volt works? or just update the parameter before rendering? Let's say i want to use something like namespace with assign dir, for example:
{% extends "Default\index.volt" %}
and before render replace Default\ with ../default/ and rthen render?