{% extends "base.html" %}
{% block title %}Build Started {% endblock %}
{% block content %}
{% if built %}
{{ project }} is now building.
Check it out over here
{% else %}
This is a post-commit hook. Set it up in your project admin to POST here, for us to update your doc changes automatically.
{% endif %}
{% endblock %}