Created
September 6, 2012 05:54
-
-
Save NathanW2/3651842 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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