{namespace registry.soy.admin.console autoescape="strict"} /** * Main admin page. Content is filled in dynamically via JS rendering * of other templates in this directory. */ {template .main} {@param user: map} /** Passed to googlebar. */ {@param xsrfToken: string} /** Token for callbacks to the server. */ {call registry.soy.console.header} {param app: 'admin' /} {param subtitle: 'Admin Console' /} {/call} {call registry.soy.console.googlebar data="all" /}
{call .navbar_ /}
{switch DEBUG} {case com.google.domain.registry.ui.ConsoleDebug.PRODUCTION} {case com.google.domain.registry.ui.ConsoleDebug.DEBUG} {case com.google.domain.registry.ui.ConsoleDebug.RAW} {/switch} {if isNonnull(DEBUG)} {/if} {/template} /** * Navigation bar. */ {template .navbar_ private="true"}
{/template}