Skip to content

Instantly share code, notes, and snippets.

@stilliard
Created July 10, 2019 00:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stilliard/284a446e810622173d4cc9e5d256a7a4 to your computer and use it in GitHub Desktop.
Save stilliard/284a446e810622173d4cc9e5d256a7a4 to your computer and use it in GitHub Desktop.
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