I'm trying to include a partial something like this:
mydir/index.volt:
{{ partial('mydir/menu.volt') }}
However, it just gives me a file not found error:
View '../app/views/mydir/menu.volt' was not found in the views directory
I've confirmed that menu.volt is correct, and actually exists in the correct dir. What am I missing that volt is not able to find the file to include?