24th April 2021
Computer Science⚑
Programming⚑
Jinja⚑
-
New: Filters.
Variables can be modified by filters. Filters are separated from the variable by a pipe symbol (
|
) and may have optional arguments in parentheses. Multiple filters can be chained. The output of one filter is applied to the next.
Other⚑
-
New: Http.server.
You can create a basic HTTP server that serves the files in the current directory with http.server