Skip to content

Instantly share code, notes, and snippets.

@meetKowshik
Created December 5, 2018 21:45
Show Gist options
  • Select an option

  • Save meetKowshik/6a276b5d0ddcff106c3e0b0985747359 to your computer and use it in GitHub Desktop.

Select an option

Save meetKowshik/6a276b5d0ddcff106c3e0b0985747359 to your computer and use it in GitHub Desktop.
Including single banner from multiple banners in Stencil
{{#if banners.top}}
{{#each banners.top}}
{{#contains this "bannaer-title"}}
{{{ this }}}
{{/contains}}
{{/each}}
{{/if}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment