{% extends "central/content/base.html" %} {% block title %}Wiki{{ block.super }}{% endblock title %} {% block home_active %}{% if active == "home" %}active{% endif %}{% endblock %} {% block install_active %}{% if active == "install" or path == "installation" %}active{% endif %}{% endblock %} {% block content %}
{% endblock content %}