Firstly, thanks for this excellent plugin, it works great!
Except just to note that it seems to be incompatible with the kirby layouts plugin.
Now obviously, you won't need <?php layout() ?> if you now have {% extends 'layout.twig' %} - but this caught me out when I was in the process of converting templates, you will need to uninstall/remove the layouts plugin before adding twig.
Firstly, thanks for this excellent plugin, it works great!
Except just to note that it seems to be incompatible with the kirby layouts plugin.
Now obviously, you won't need
<?php layout() ?>
if you now have{% extends 'layout.twig' %}
- but this caught me out when I was in the process of converting templates, you will need to uninstall/remove the layouts plugin before adding twig.