Skip to content

Instantly share code, notes, and snippets.

@codespore
Created July 23, 2011 04:50
Show Gist options
  • Save codespore/1101027 to your computer and use it in GitHub Desktop.
Save codespore/1101027 to your computer and use it in GitHub Desktop.
Custom condition block
{block:IfShowSearch}
<form action="/search" method="get">
<input type="text" name="q" value="{SearchQuery}"/>
<input type="submit" value="Search"/>
</form>
{/block:IfShowSearch}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment