Skip to content
Snippets Groups Projects
  1. Jul 20, 2012
    • Taddeus Kroes's avatar
      Some bugfixes in Template class: · e7f03862
      Taddeus Kroes authored
      - Multiline bracket notation is no longer allowed for expressions because of
        JavaScript/CSS clashes.
      - Variables in expressions can now be preceded by characters unequal to `$',
        which will be prefixed to the variable evaluation.
      e7f03862
  2. Jul 15, 2012
    • Taddeus Kroes's avatar
      Added template parser classes. · 5c420197
      Taddeus Kroes authored
      - The Template class represents a template file, consisting of blocks and
        variables.
      - The Node class is used to create a tree structure of the blocks in a
        template file, and of the data that is mapped on the blocks.
      5c420197
Loading