浏览代码

Added TODO list.

Taddeus Kroes 13 年之前
父节点
当前提交
20bfea035a
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      TODO.txt

+ 3 - 0
TODO.txt

@@ -0,0 +1,3 @@
+Template:
+- Escape variable values by default, prevent escape using $$ in template instead of $.
+- Be less 'forgiving': throw errors if requested constant/variable does not exist.