calibre-web/lib/flask/testsuite/templates/_macro.html

2 lines
55 B
HTML
Raw Normal View History

{% macro hello(name) %}Hello {{ name }}!{% endmacro %}