mirror of
https://github.com/kennethreitz-archive/travis-light.git
synced 2026-06-20 15:20:56 +00:00
9 lines
88 B
HTML
9 lines
88 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
|
|
<pre>
|
|
{{ build }}
|
|
</pre>
|
|
|
|
{% endblock %} |