Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Django テンプレートから jinja2 ファイルに変換するだけで、テキストを小文字または大文字からタイトル形式に変換する方法を知りたいです。このようなことをしたいと思います。
{{sometext |title }}
ありがとう
Django テンプレートと同じように機能することがわかりました
{{some_object.some_variable_thats_a_string_or_unicode|title }}