forked from mattmakai/fullstackpython.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsidebar-toc.html
More file actions
13 lines (13 loc) · 740 Bytes
/
sidebar-toc.html
File metadata and controls
13 lines (13 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<div class="col-md-offset-1 col-md-3" id="sidebar">
<div class="panel">
<div class="panel-heading"><h3 class="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>
<div class="panel-body">
<a href="/">Full Stack Python</a> is an open book that explains
concepts in plain language and provides the most helpful resources
on those topics.
<hr/>
Need more detailed tutorials than you see here?
<a href="http://www.deploypython.com/">Learn more about The Full Stack Python Guide to Deployments book.</a>
</div>
</div>
</div>