From 9041d5746e91bc71970b42161529070bf7b19008 Mon Sep 17 00:00:00 2001
From: Colin Kuskie
+Escaping text
+Sometimes you would like to escape text to make it safe to use inside of XML and HTML tags or Javascript code. There
+is a built-in way to do this for variables, using the ESCAPE option inside of <tmpl_var>.
+
+Javascript safe: <tmpl_var foo ESCAPE="JS"> +
+ ++XML and HTML safe: <tmpl_var foo ESCAPE="HTML"> +
+
Conditions
To programmers conditions are nothing new, but to designers they can often be confusing at first. Conditions are really just true or false questions, and if you think of them that way, you'll have no trouble at all.