diff --git a/src/tim/engine/compilers/tim.nim b/src/tim/engine/compilers/tim.nim index 8ac022c..20b2b30 100755 --- a/src/tim/engine/compilers/tim.nim +++ b/src/tim/engine/compilers/tim.nim @@ -9,7 +9,7 @@ type nl*: string = "\n" output*, jsOutput*, jsonOutput*, yamlOutput*, cssOutput*: string - start*: bool + start*, isClientSide*: bool case tplType*: TimTemplateType of ttLayout: head*: string