{% extends 'layout.html' %} {% import 'forms.html' as forms %} {% block content %}

Welcome to the Buildbot {%- if project_name -%}  for the  {%- if project_url -%} {{ project_name }} {%- else -%} {{ project_name }} {%- endif -%}  project {%- endif -%} !

{%- if authz.advertiseAction('cleanShutdown') -%} {%- if shutting_down -%} Master is shutting down
{{ forms.cancel_clean_shutdown(cancel_shutdown_url, authz) }} {%- else -%} {{ forms.clean_shutdown(shutdown_url, authz) }} {%- endif -%} {%- endif -%}

This and other pages can be overridden and customized.

{% endblock %}