Revision history of "Jinja use custom block markers"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 23:08, 6 March 2024Busk talk contribs 631 bytes +631 Created page with "``` from jinja2 import Environment, FileSystemLoader # Create a Jinja environment with custom variable markers custom_env = Environment(loader=FileSystemLoader('your_template..."