github.com/yrj2011/jx-test-infra@v0.0.0-20190529031832-7a2065ee98eb/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