grim/gplate

Parents b98475b93435
Children be71fc6fc392
This requires double quotes for a file right now. It should eventually allow single quotes too..
--- a/tests/templates/include1.gplate Tue Feb 19 02:51:59 2008 -0600
+++ b/tests/templates/include1.gplate Tue Feb 19 03:03:48 2008 -0600
@@ -1,4 +1,4 @@
before the include
-{% include include2.gplate %}
+{% include "include2.gplate" %}
after the include