@if (showToolbar && !toolbar) {
@if (allowLeftSidebar) {
}
@if (allowGoBack && closeButtonPosition === CloseButtonPosition.Left) {
}
@if (allowNavigate && canNavigateBefore) {
}
![]()
@if (displayTitle) {
{{ displayTitle }}
{{ displayName }}
} @else {
{{ displayName }}
}
@if (allowNavigate && canNavigateNext) {
}
@if (mnuOpenWith) {
}
@if (showToolbarDividers) {
}
@if (allowFullScreen) {
}
@if (allowRightSidebar && !hideInfoButton) {
}
@if (mnuMoreActions) {
}
@if (allowGoBack && closeButtonPosition === CloseButtonPosition.Right) {
@if (showToolbarDividers) {
}
}
}