Contains the Concourse pipeline definition for building a line-server container

7 lines
257 B

9 years ago
9 years ago
  1. {% extends "base.html" %}
  2. {% block main %}
  3. <div class="normal display-file">
  4. <p class="center">You are requesting <a href="/selif/{{ filename }}">{{ filename }}</a>, <a href="/selif/{{ filename }}">click here</a> to download.</p>
  5. </div>
  6. {% endblock %}