{% extends "parody_web/base.html" %} {% block title %}{% if q %}“{{ q }}” — {% endif %}Search — {{ book.title }}{% endblock %} {% block head_extra %} {% if q %}{% endif %} {% endblock %} {% block body %}
{{ results|length }} section{{ results|length|pluralize }} mentioning “{{ q }}”.
{% if public %}These are snippets from the full book — get the complete text to read every match in context.
{% endif %}{{ sn }}
{% endfor %}No matches for “{{ q }}”. Try a different word or phrase.
{% endif %} {% endif %} {% endblock %}