{% 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 %}

Full Stack Python is an open book that explains concepts in plain language and provides the most helpful resources on those topics.