{% extends "layout.html" %} {% block title %}Hello!{% endblock %} {% block body %}

Welcome!!

Hey it works!!!


The template global: {{ ulfy("hello world from flask") }}
The template filter: {{"Hello World From Flask" | listify}} {% endblock %}