GAE/Go模板和Jinja2模板的比较

写Go语言时编写HTML模板的参考资料

Golang html/template和Python Jinja2的比较(1)
Golang html/template和Python Jinja2的比较(2)
Golang html/template和Python Jinja2的比较(3)- 数组和切片
Golang html/template和Python Jinja2的比较(4)- 数组和切片索引
Golang html/template和Python Jinja2的比较(5)- 映射和字典
Golang html/template和Python Jinja2的比较(6)- 模板继承(Extends)
Golang html/template和Python Jinja2的比较(7)- 自定义函数和过滤器