{% extends 'base.html' %} {% block title %}Search results{% endblock %} {% block right_sidebar %} {% endblock %} {% block content %}
Search result for {{query}}
Showing {{count}} results
Last updated by {{book.owner.username}} on {{book.versions[-1].updated_at.strftime('%B %d, %Y')}}
{% endif %}