vorfee's Tech Blog

Just another tech blog

2021-12-05から1日間の記事一覧

Python Jinja2入門 その1 基礎知識

Pyhonに Jinja というライブラリがある。Jinjaを使用するとテキストファイルの一部を文字列置換できる。 Jinja is a fast, expressive, extensible templating engine. Special placeholders in the template allow writing code similar to Python syntax. …