display fork domains
[phorkie.git] / data / templates / fork-remote.htm
index f599ec613c008734d6d5278814c8e0c3570b5264..b3c2f0fc77cc29b3f8df26c325290a054f7c3dab 100644 (file)
@@ -1,6 +1,23 @@
 {% extends "base.htm" %}
 {% block title %}Fork remote paste{% endblock %}
 
+{% block meta %}
+<meta name="robots" content="noindex"/>
+{% endblock %}
+
 {% block content %}
- {% include 'new-fork-remote.htm' %}
+ <h1>Fork remote paste</h1>
+ {% if error %}
+  <div class="alert alert-error">
+   <button type="button" class="close" data-dismiss="alert">×</button>
+   <strong>Error</strong> {{error}}
+  </div>
+ {% endif %}
+
+ {% include 'fork-remote-new.htm' %}
+
+ {% if urls %}
+  {% include 'fork-remote-multiple.htm' %}
+ {% endif %}
+
 {% endblock %}