{% load i18n static %}
TinyWiki
{% block extra_css %}{% endblock %} {% block scripts %}{% endblock %}
{% if brand_logo %}
{% else %}
{% endif %}
{{ brand_name }}
{% if subtitle %}
{{ subtitle }} {% endif %}
HOME
{% if user_can_create_wiki_pages %}
{% translate "Create Page" %}
{% endif %}
{% translate "Wiki content" %}
{% if user.is_authenticated %}
{% csrf_token %}
{% translate "Log out" %}
{% else %}
{% translate "Log in" %}
{% endif %}
{% block content %}
It Works!
{% endblock %}
{% block extra_scripts %}{% endblock extra_scripts %}