{% extends "layout.html" %} {% block body %}
{% if version == "4.0" %}

This document is for Celery's development version, which can be significantly different from previous releases. Get old docs here: 3.1.

{% else %}

This document describes the current stable version of Celery ({{ version }}). For development docs, go here.

{% endif %}
{{ body }} {% endblock %}