Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/websdk/hatta/templates/page_special.html
diff options
context:
space:
mode:
Diffstat (limited to 'websdk/hatta/templates/page_special.html')
-rw-r--r--websdk/hatta/templates/page_special.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/websdk/hatta/templates/page_special.html b/websdk/hatta/templates/page_special.html
new file mode 100644
index 0000000..e4315e8
--- /dev/null
+++ b/websdk/hatta/templates/page_special.html
@@ -0,0 +1,13 @@
+{% extends 'base.html' %}
+
+{% block meta %}<meta name="robots" content="NOINDEX, NOFOLLOW">{% endblock %}
+
+{% block page_title %}<h1>{{ special_title }}</h1>{% endblock %}
+{% block title %}{{ special_title }} - {{ wiki.site_name }}{% endblock %}
+
+{% block footer %}
+ <a href="{{ url(None, wiki.recent_changes) }}" class="changes">Changes</a>
+ <a href="{{ url(None, wiki.all_pages) }}" class="index">Index</a>
+ <a href="{{ url(None, wiki.orphaned) }}" class="orphaned">Orphaned</a>
+ <a href="{{ url(None, wiki.wanted) }}" class="wanted">Wanted</a>
+{% endblock %}