beginContent('@app/layouts/main.php');
echo $this->render('parts/header_base', ['bundle' => $bundle])
?>
context->breadcrumbs && ($this->context->id == 'item' && $this->context->action->id == 'view')): ?>
= Breadcrumbs::widget([
'links' => $this->context->breadcrumbs ?? []
]) ?>
= $content; ?>
render('parts/footer_base', [
'asset' => $bundle
]);
$this->endContent();
?>