Skip to content

Instantly share code, notes, and snippets.

@tstachl
Created January 23, 2015 21:32
Show Gist options
  • Save tstachl/f05c4292dbfbc0d7c6c8 to your computer and use it in GitHub Desktop.
Save tstachl/f05c4292dbfbc0d7c6c8 to your computer and use it in GitHub Desktop.
<h2>{{email.subject}}</h2>
{% if email.subject contains 'Suggestion' %}
<h3>This is a suggestion</h3>
{% else %}
<h3>This is default</h3>
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment