github.com/munnerz/test-infra@v0.0.0-20190108210205-ce3d181dc989/gubernator/templates/build_404.html (about) 1 % extends 'base.html' 2 {% block title %}Missing build {{build_dir}}{% endblock %} 3 % block header 4 <h1><a href="/builds{{job_dir}}">{{job}}</a> #{{build}}</h1> 5 % endblock 6 % block content 7 <h3>Unable to load build details from <a href="{{build_dir | gcs_browse_url}}">gs:/{{build_dir}}</a></h3> 8 % endblock