have a default app icon
[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  <h1>Fork remote paste</h1>
10  {% if error %}
11   <div class="alert alert-error">
12    <button type="button" class="close" data-dismiss="alert">×</button>
13    <strong>Error</strong> {{error}}
14   </div>
15  {% endif %}
16
17  {% include 'fork-remote-new.htm' %}
18
19  {% if urls %}
20   {% include 'fork-remote-multiple.htm' %}
21  {% endif %}
22
23 {% endblock %}