1 2 3 4 5 6 7
<?php use Digitigrade\Router; Router::getInstance()->mount('/about', function (array $args) { render_template('about_page'); });