https://www.fullstackpython.com/table-of-contents.html
1.0
{% for article in articles %}
https://www.fullstackpython.com/blog/{{ article.slug }}.html
1.0
{% endfor %}
{% for page in pages %}
https://www.fullstackpython.com/{{ page.slug }}.html
1.0
{% endfor %}