{% import "macros.html" as macros %}

Hello

{% if my_var %} {{ my_var }} {% else %} Sorry, my_var isn't defined. {% endif %} {% if not show_all %} See more {% endif %} {{ "{{ hey }}" }} {% block content %} {% endblock content %} {{ macros::hello_world(greeting="世界") }}