Hello.
I am trying to use the extends function in volt, but with a virable the referes to the file. But it wont allow me to do so:
{% extends virable %}
I also tried to do:
{% extends "template.volt" %}
{% include("page.volt") %}
Is there any workaround with this?