{% extends "base.html" %} {% block content_header %} {{ SITENAME }} | * {% endblock %} {% block content %} {% for article in articles_page.object_list | selectattr('category', '==', 'notes') %}
{{ article.title }}
{{ article.content }}
{% if not HIDE_DATE %} {% endif %} {% endfor %} {% if articles_paginator.num_pages != 1 %} {% include 'pagination.html' %} {% endif %} {% endblock %}