Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
Module search simple demo
<form method="get">
  <input type="search" name="search" value="{{ filters.search | escape }}">
  <button type="submit">Search</button>
  <a href="{{ module.link }}">reset</a>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment