| 123456789101112131415161718192021 | 
							- {% extends "layout.html" %}
 
- {% block body %}
 
- <div class="deck">
 
-     {% if version == "2.2" %}
 
-         <p class="developmentversion">
 
-         This document is for Celery's development version, which can be
 
-         significantly different from previous releases. Get old docs here:
 
-         <a href="http://celeryproject.org/docs/{{ pagename }}{{ file_suffix }}">2.1</a>.
 
-         </p>
 
-         {% else %}
 
-         <p>
 
-         This document describes Celery {{ version }}. For development docs,
 
-         <a href="http://ask.github.com/celery/{{ pagename }}{{ file_suffix }}">go here</a>.
 
-         </p>
 
-     {% endif %}
 
- </div>
 
-     {{ body }}
 
- {% endblock %}
 
 
  |