[Checkins] SVN: grokcore.view/branches/shared_templates_userwarning/src/grokcore/view/templatereg.txt Check in some unfinished testing code concerning inline templates.

Martijn Faassen faassen at startifact.com
Sat Jul 4 09:15:54 EDT 2009


Log message for revision 101522:
  Check in some unfinished testing code concerning inline templates.
  

Changed:
  U   grokcore.view/branches/shared_templates_userwarning/src/grokcore/view/templatereg.txt

-=-
Modified: grokcore.view/branches/shared_templates_userwarning/src/grokcore/view/templatereg.txt
===================================================================
--- grokcore.view/branches/shared_templates_userwarning/src/grokcore/view/templatereg.txt	2009-07-04 13:05:00 UTC (rev 101521)
+++ grokcore.view/branches/shared_templates_userwarning/src/grokcore/view/templatereg.txt	2009-07-04 13:15:53 UTC (rev 101522)
@@ -176,3 +176,20 @@
     ...
   GrokError: Conflicting templates found for name 'foo' in directory '...': 
   multiple templates with the same name and different extensions .
+
+Inline templates
+----------------
+
+Inline templates are defined in a Python module instead of on the
+filesystem.
+
+We create an inline template::
+
+
+Let's register an inline template with the registry::
+
+
+
+It is an error to have an inline template with the same name as a filesystem
+template::
+



More information about the Checkins mailing list