package yoga.view import scala.xml.Node import yoga.router.Router object View { def apply(): Node =
YOGA
{Router.render()}
}