@if (showViewer) {
@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) { } }
}
@if (allowRightSidebar && showRightSidebar) {
@if (sidebarRightTemplate) { } @if (!sidebarRightTemplate) { }
} @if (allowLeftSidebar && showLeftSidebar) {
@if (sidebarLeftTemplate) { } @if (!sidebarLeftTemplate) { }
}
}