Make phorkie search engine friendlier
[phorkie.git] / data / templates / fork-remote.htm
index f6516616921ca31566f64f509462d26e997bcf98..b3c2f0fc77cc29b3f8df26c325290a054f7c3dab 100644 (file)
@@ -1,15 +1,21 @@
 {% extends "base.htm" %}
 {% block title %}Fork remote paste{% endblock %}
 
-{% block content %}
- {% include 'fork-remote-new.htm' %}
+{% block meta %}
+<meta name="robots" content="noindex"/>
+{% endblock %}
 
+{% block content %}
+ <h1>Fork remote paste</h1>
  {% if error %}
   <div class="alert alert-error">
-   {{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 %}