Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/websdk/hatta/templates/page_special.html
blob: e4315e89b9ebb46f1175b4ac73fe8be98520caa5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 %}