Django 1.11.8.dev20171202135632 ドキュメント

Home | Table of contents | Index | Modules
« previous | up | next »

テンプレート¶

Django’s template engine provides a powerful mini-language for defining the user-facing layer of your application, encouraging a clean separation of application and presentation logic. Templates can be maintained by anyone with an understanding of HTML; no knowledge of Python is required. For introductory material, see テンプレート topic guide.

  • The Django Template Language
    • テンプレート
    • 変数
    • フィルター
    • タグ
    • コメント
    • Template inheritance
    • HTML の自動エスケープ
    • メソッドへのアクセス
    • カスタムタグとカスタムフィルタのライブラリ
  • 組み込みタグとフィルタ
    • 組み込みタグリファレンス
    • 組み込みフィルタリファレンス
    • 国際化タグとフィルタ
    • その他のタグとフィルタライブラリ
  • The Django template language: for Python programmers
    • オーバービュー
    • Configuring an engine
    • Loading a template
    • Rendering a context
    • Playing with Context objects
    • Loading templates
    • Custom loaders
    • Template origin
  • Upgrading templates to Django 1.8
    • The TEMPLATES settings
    • django.template.loader
    • Template()

参考

For information on writing your own custom tags and filters, see 独自のテンプレートタグとフィルタ.

To learn how to override templates in other Django applications, see Overriding templates.

Browse

  • Prev: Signals
  • Next: The Django Template Language

You are here:

  • Django 1.11.8.dev20171202135632 ドキュメント
    • API Reference
      • テンプレート

このページ

  • ソースコードを表示

クイック検索

Last update:

12月 02, 2017

« previous | up | next »