@if (shouldRenderContent()) {
@if (documentContent(); as documentContent) { }
} @if (shouldRenderEmbeddedEditor()) {
@if (embeddedEditorComponent) { }
}
@if (shouldRenderRevealAnswer()) { } @if (localTutorialZipUrl()) { }
@if (previousStepPath) { } @if (!previousStepPath) { } @if (nextStepPath) { } @if (!nextStepPath) { }
@if (shouldRenderRevealAnswer()) { }
@if (showNavigationDropdown()) {
@if (nextTutorialPath()) { Next Tutorial }
}