silverstripe-framework/tests/templates/SSViewerTestRecursiveInclude.ss
Sam Minnee fa016ed6b9 ENHANCEMENT: Parse template includes at runtime, so that recursive templates and automatic recompilation of included templates work
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@100972 467b73ca-7a2a-4603-9d3b-597d59a354a9
2010-03-12 03:08:59 +00:00

6 lines
121 B
Scheme

$Title
<% if Children %>
<% control Children %>
<% include SSViewerTestRecursiveInclude %>
<% end_control %>
<% end_if %>