<?php Router::paths(array( '/'=>function($res,$args){ $res->write( Bugs::template('main') ); } )); ?>