Added support for macro pulling and documented certain design decisions.

This commit is contained in:
Armin Ronacher 2010-04-18 15:44:06 +02:00
parent ab54924186
commit 190059c8f0
6 changed files with 187 additions and 1 deletions

View file

@ -0,0 +1 @@
{% macro hello(name) %}Hello {{ name }}!{% endmacro %}