{{'<h1>Profile</h1>'}}
{{
use('yii\helpers\Html')
}}
{{ GridView.widget({
'dataProvider': dataProvider,
'columns':[
'username',
'password',
'email',
'mon_no',
],
})|raw}}
错误是
Twig_Error_Syntax: 功能“使用”不存在