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.
メザニンCMSで使用するdjangoテンプレート言語の変数としてリッチテキストフィールドにアクセスする方法
Mezzanine に組み込まれた RichTextPage モデルを使用している場合、タグは次のとおりです。
{{ page.richtextpage.content }}
Mezzanine の RichTextField を使用する content というフィールドを持つ Page から派生した CustomModel というカスタム モデルがある場合、タグは次のようになります。
{{ page.custommodel.content }}