I have a simple php call to insert content from a local non-php script. Twig isn't making any sense to me and PHP is far from my normal scripting language. Does anyone know what the twig equivalent to this is?
<?php
echo readfile('http://somedomain.com/somescript.mvc');
?>
Thanks. I'm enjoying getting to know grav apart from having to deal with scripting languages that I've never seen before. Also, please don't say "creat a plugin" - I do not have time for it at the moment.