I have a plugin with some custom logic of what to display on a page, and I would like to show a form which I have defined for that page given a certain condition. Basically, how do I do this twig bit in PHP:
{% include "forms/form.html.twig" with { form: forms('form-conditional') } %}
Dumping everything (grav), I can only find the form in the Page object… is it even possible?