Skip to content

Instantly share code, notes, and snippets.

@NathanW2
Created September 6, 2012 05:54
Show Gist options
  • Save NathanW2/3651842 to your computer and use it in GitHub Desktop.
Save NathanW2/3651842 to your computer and use it in GitHub Desktop.
<style>
h1 {color:red;}
p.question {color:blue;}
</style>
<h1> [% "NAME" %] </h1>
<br>
<img src="[% "image" %]" />
<br>
<p class="question">Is this place a country?</p>
<br>
[% CASE WHEN "TYPE" = 'Country' THEN 'Yes' ELSE 'No. It is a ' || "TYPE" END %]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment