{{heading}}
Welcome to the Alexandria sample page. Here are some books:
{% for book in books %}
{{book.title|upper}}
, {{book.author}} {% if book.recommended %}
!!!
{% endif %}
{% endfor %}