e16b4da85a1611f7a1fa06cd7ce6e3317f80555a
[phorkie.git] / data / templates / fork-remote.htm
1 {% extends "base.htm" %}
2 {% block title %}Fork remote paste{% endblock %}
3
4 {% block meta %}
5 <meta name="robots" content="noindex"/>
6 {% endblock %}
7
8 {% block content %}
9  {% include 'fork-remote-new.htm' %}
10
11  {% if error %}
12   <div class="alert alert-error">
13    {{error}}
14   </div>
15  {% endif %}
16
17  {% if urls %}
18   {% include 'fork-remote-multiple.htm' %}
19  {% endif %}
20
21 {% endblock %}