chromium/chrome/browser/resources/chromeos/edu_coexistence/edu_coexistence_app.html

<style include="common"></style>
<cr-view-manager id="viewManager" hidden$="[[isErrorShown]]">
   <edu-coexistence-ui id="edu-coexistence-ui"  slot="view">
   </edu-coexistence-ui>
   <edu-coexistence-offline id="edu-coexistence-offline"  slot="view">
   </edu-coexistence-offline>
   <edu-coexistence-error id="edu-coexistence-error"  slot="view">
   </edu-coexistence-error>
   <arc-account-picker-app id="arc-account-picker" slot="view"
      use-two-column-layout="true"
      on-opened-new-window="closeDialog"
      on-add-account="showAddAccount">
   </arc-account-picker-app>
 </cr-view-manager>