Hi, I’m currently using include($_SERVER["DOCUMENT_ROOT"] . "/assets/table.html");
in my site, and I’m trying to move to grav. I know there’s an injection plugin but somehow it only allows content under /user/pages and in markdown format.
I’ll put some of this assets under the grav /asset pages because this is not content to be shown individually (a comparison table that I modify sometimes), but to be called into different articles and inserted manually.
Is there any way to work around this? I really need this.