I'm testing under the url 'https://localhost/~kiang/biz/'
When trying to use Volt,
{{ stylesheet_link("bootstrap/css/bootstrap.min.css") }}
be compiled as
<?php echo Phalcon\Tag::stylesheetLink('bootstrap/css/bootstrap.min.css'); ?>
and returned
<link rel="stylesheet" href="/biz/bootstrap/css/bootstrap.min.css" type="text/css" />
The '/~kiang' was missing.