{% for book in books|sort(attribute='title', reverse = False) %}
{{ book.title }}
{{ book.title }}
{% endfor %}
random position