Everyone Hi, this is not valid syntax. A template language is not a programming language that supports such things. However since you can use PHP as well in templates you can probably do it that way. For example by echoing the file name inside the include statement.
<?php $Page = $Automad->Context->get(); ?>
<@ <?php echo $Page->get('variable'); ?> @>