18 lines
315 B
HTML
18 lines
315 B
HTML
|
{% extends 'layout.html' %}
|
||
|
{% import 'forms.html' as forms %}
|
||
|
|
||
|
{% block content %}
|
||
|
|
||
|
<h1>Blender Buildbot</h1>
|
||
|
|
||
|
<div class="column">
|
||
|
|
||
|
<h3><a href="download">Download latest builds</a></h3>
|
||
|
|
||
|
<h3><a href="http://wiki.blender.org/index.php/Dev:Doc/BuildBot">Buildbot setup notes</a></h3>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
{% endblock %}
|
||
|
|