Hi there!
Just started working with Grav.
I've static html+JS template page which I'm trying to start using with Grav.
There are many HTML raw code which I've placed in the page. Making things simpler to manage I put that static html code into partials.
But this code should be manageable - it should be editable.
So, for instance, I've partial called footer-form-block.html.twig
In page content it's called by {% include 'partials/footer-form-block.html.twig' %} expression.
How I could edit footer-form-block.html.twig through admin panel?