~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to templates/wiki/index.html

  • Committer: franku
  • Date: 2018-11-15 20:39:35 UTC
  • mfrom: (504.1.1 widelands)
  • Revision ID: somal@arcor.de-20181115203935-2j4ip880mi4b3mzv
redesign the website to show tabs for some pages and give an additional header section with important links

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
{% block title %}Wiki Index - {{ block.super }}{% endblock %}
6
6
 
7
 
{% block content %}
8
 
<h1>Wiki: Index</h1>
 
7
{% block content_header %}
 
8
        <h1>Wiki: Index</h1>
 
9
{% endblock %}
 
10
 
 
11
{% block content_main %}
9
12
<div class="blogEntry">
10
13
        {% if articles %}
11
14
                <p> There are {{ articles|length }} articles in this wiki:</p>