request->baseUrl;
$directoryAsset = Yii::$app->assetManager->getBundle('app\ht\assets\AppAsset')->baseUrl;
$appendTimestamp = Yii::$app->assetManager->appendTimestamp;
?>
beginPage() ?>
= Html::csrfMetaTags() ?>
=Html::encode(Yii::$app->name)?>
head() ?>
=$this->render('_bootstrap-table-style')?>
beginBody() ?>
=$this->render(
'_main-header',
['directoryAsset' => $directoryAsset]
)?>
=$this->render(
'_main-content',
['directoryAsset' => $directoryAsset]
)?>
=$this->render('_lte')?>
endBody() ?>
endPage() ?>