This is a test template for emb test version number: <?php echo VERSION?>

And here we call the test emb_example_function():

<?php
    var_dump
(emb_example_function("foo"));
?>

And we can output our injected variable: <?php echo $emb_var?>

All done