{% extends "base.html" %} {% block content_header %} {{ SITENAME }} | * {% endblock %} {% block content %} {% for article in articles_page.object_list | selectattr('category', '==', 'notes') %} {{ article.title }}