forked from mattmakai/fullstackpython.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex-sidebar.html
More file actions
18 lines (18 loc) · 806 Bytes
/
index-sidebar.html
File metadata and controls
18 lines (18 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<div class="co1 c3" id="sb">
<div class="pn">
<div class="pnh"><h3>{% 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="pnb">
<a href="/">Full Stack Python</a> is an <a href="https://github.com/mattmakai/fullstackpython.com">open book</a> that explains
concepts in plain language.
<hr>
Read everything online for free or purchase the
<a href="https://www.deploypython.com/full-stack-python.html">Supporter's Edition</a>
for nicely-formatted ebooks.
<hr>
If you've been here before then take a look at
the <a href="/change-log.html">changelog</a>
to see what's new.
</div>
</div>
{% include "books-videos/learnmore.html" %}
</div>