11 | {%- endif %}
12 |
13 | {%- block relbar_top %}
14 | {%- if theme_show_relbar_top|tobool %}
15 |
16 |
17 | {{- rellink_markup () }}
18 |
19 | {%- endif %}
20 | {% endblock %}
21 |
22 |
23 |
24 | As of January 1, 2020 this library no longer supports Python 2 on the latest released version.
25 | Library versions released prior to that date will continue to be available. For more information please
26 | visit
Python 2 support on Google Cloud.
27 |
28 | {% block body %} {% endblock %}
29 |
30 |
31 | {%- block relbar_bottom %}
32 | {%- if theme_show_relbar_bottom|tobool %}
33 |
34 |
35 | {{- rellink_markup () }}
36 |
37 | {%- endif %}
38 | {% endblock %}
39 |
40 | {%- if render_sidebar %}
41 |