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

7 lines
257 B

{% extends "base.html" %}
{% block main %}
<div class="normal display-file">
<p class="center">You are requesting <a href="/selif/{{ filename }}">{{ filename }}</a>, <a href="/selif/{{ filename }}">click here</a> to download.</p>
</div>
{% endblock %}