Skip to content

Instantly share code, notes, and snippets.

@mpragnarok
Created September 12, 2019 02:30
Show Gist options
  • Save mpragnarok/73a19f36bba7530dec7ea73168615adc to your computer and use it in GitHub Desktop.
Save mpragnarok/73a19f36bba7530dec7ea73168615adc to your computer and use it in GitHub Desktop.
Handlebar partial view setting
<!--views\partials\messages.hbs-->
{{#if message}}
<div class="alert alert-danger alert-dismissible fade show" role="alert">
{{{message}}}
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
{{/if}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment