github.com/shashidharatd/test-infra@v0.0.0-20171006011030-71304e1ca560/gubernator/templates/node_404.html (about)

     1  % extends 'base.html'
     2  {% block title %}Missing {% for log_file in log_files %} {{log_file}} file {% endfor %}{% endblock %}
     3  % block content
     4  Unable to find {% for log_file in log_files %} {{log_file}} {% endfor %} file from <a href="{{build_dir | gcs_browse_url}}">gs:/{{build_dir}}</a> for {{pod_name}}
     5  % endblock