github.com/chenbh/concourse/v6@v6.4.2/skymarshal/web/templates/oob.html (about)

     1  {{ template "header.html" . }}
     2  
     3  <div class="theme-panel">
     4    <h2 class="theme-heading">Login Successful</h2>
     5    <p>Please copy this code, switch to your application and paste it there:</p>
     6    <input type="text" class="theme-form-input" value="{{ .Code }}" />
     7  </div>
     8  
     9  {{ template "footer.html" . }}