I want a registration section for users on the homepage of my site, but I don't want it to be like all other functions where I click a link to get to the controller.. I want the form to be on the homepage along with other content.. In PHP I would do this by creating the function and then just simply include('path/to/php/file.php')
Thanks