Re-added ttvars. Added docs and test for ttvars.
[dbsrgits/SQL-Translator.git] / t / data / template / basic.tt
index 8a0f1af..6011a1c 100644 (file)
@@ -1,6 +1,9 @@
 Schema: [% schema.name %]
 Database: [% schema.database %]
 
+Foo: [% foo %]
+Hello: [% hello %]
+
 [%- FOREACH table = schema.get_tables %]
 Table: [% table %]
 ==========================================================================