{% extends "main_django.html" %} {% load compressed %}{% load sekizai_tags i18n %}{% load url from future %}{% load staticfiles %} {% block title %}{% block pagetitle %}{% endblock %} | edX Wiki{% endblock %} {% block headextra %} {% compressed_css 'course' %} {% addtoblock 'js' %} {% comment %} These scripts load at the bottom of the body {% endcomment %} {% with mathjax_mode='wiki' %} {% include "mathjax_include.html" %} {% endwith %} {% endaddtoblock %} {% endblock %} {% block body %} {% if course %} {% include "courseware/course_navigation.html" with active_page_context="wiki" %} {% endif %}
{% block wiki_body %} {% block wiki_breadcrumbs %}{% endblock %} {% if messages %} {% for message in messages %}
× {{ message }}
{% endfor %} {% endif %} {% block wiki_contents %}{% endblock %} {% endblock %}
{% endblock %}