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