{% extends 'base.html' %} {% load static humanize widget_tweaks mep_tags %} {% load render_bundle from webpack_loader %} {% block js %} {% render_bundle 'memberSearch' 'js' %} {% endblock %} {% block page-subtitle %}Library Members ยท {% endblock %} {% block header %} {% include 'snippets/header.html' with title=page_title style="search" %} {% endblock %} {% block main-style %}white{% endblock %} {% block content %} {% include 'snippets/breadcrumbs.html' %}