forked from orbit-oss/flask
Added support for macro pulling and documented certain design decisions.
This commit is contained in:
parent
ab54924186
commit
190059c8f0
6 changed files with 187 additions and 1 deletions
1
tests/templates/_macro.html
Normal file
1
tests/templates/_macro.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
{% macro hello(name) %}Hello {{ name }}!{% endmacro %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue