Plugin unable to load template

Hey @dNovoNiels‍,

in that case you’ll have to rename the index-folder in your plugin.
Currently your template is placed in Resources/views/frontend/ index /index.tpl.
Simply rename it to:
Resources/views/frontend/ my_controller /index.tpl

Then it should work just fine already! :slight_smile: