ComponentPro UltimateTemplateEngine

      Comment in UltimateTemplateEngine

      See AlsoLanguage Filter: AllSend comments on this topic to ComponentPro

      Comments in UltimateTemplateEngine are enclosed by "{!" and "!}", you can change the delimiters by setting BeginChar, EndChar, CommentChar and BeginEndExpressionChar in TemplateEngineSettings class. The example following shows how to place a comment in template code:

      template
      {%int i = 1001/} {! This initializes variable i with value of 1001 !}

      See Also