Form example:
<?php include_partial('job/list', array('jobs' => $jobs)) ?>
I have module job and partial _list.php in module folder templates. Is it possible create in templates folder partials and in include all partials from that folder? If it possible how to make it? Thank you!