github.com/munnerz/test-infra@v0.0.0-20190108210205-ce3d181dc989/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