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