You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divclass="panel-heading"><h3class="panel-head">{% for p in pages|sort(attribute='sortorder') %}{% if page and p.slug == page.slug %}{{ p.title }}{% endif %}{% endfor %}{% if not page %}Full Stack Python{% endif %}</h3></div>
4
-
<divclass="panel-body">
5
-
{% if not page %}
6
-
<ahref="/">Full Stack Python</a> is an open book that explains
7
-
concepts in plain language and provides the most helpful resources
8
-
on those topics.
9
-
<hr/>
10
-
The <ahref="/table-of-contents.html">table of contents</a> lists
<ahref="http://www.deploypython.com/">Learn more about The Full Stack Python Guide to Deployments book.</a>
20
-
{% endif %}
21
-
</div>
2
+
<divclass="panel">
3
+
<divclass="panel-heading"><h3class="panel-head">{% for p in pages|sort(attribute='sortorder') %}{% if page and p.slug == page.slug %}{{ p.title }}{% endif %}{% endfor %}{% if not page %}Full Stack Python{% endif %}</h3></div>
4
+
<divclass="panel-body">
5
+
{% if not page %}
6
+
<ahref="/">Full Stack Python</a> is an open book that explains
7
+
concepts in plain language and provides the most helpful resources
8
+
on those topics.
9
+
<hr/>
10
+
The <ahref="/table-of-contents.html">table of contents</a> lists
0 commit comments