github.com/pf-qiu/concourse/v6@v6.7.3-0.20201207032516-1f455d73275f/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" . }}