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