This website works better with JavaScript.
Explore
Help
Sign In
playground
/
flask
mirror of
https://github.com/mitsuhiko/flask.git
Watch
1
Star
0
Fork
You've already forked flask
0
Code
Issues
Releases
Activity
2596
Commits
4
Branches
26
Tags
14 MiB
Tree:
4e9ee6d67b
flask
/
tests
/
templates
/
_macro.html
2 lines
55 B
Raw
Normal View
History
Unescape
Escape
Added support for macro pulling and documented certain design decisions.
15 years ago
{% macro hello(name) %}Hello {{ name }}!{% endmacro %}