Interlinked design docs better
This commit is contained in:
parent
559d2810d7
commit
c0abdc4fa5
2 changed files with 9 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
.. _design:
|
||||
|
||||
Design Decisions in Flask
|
||||
=========================
|
||||
|
||||
|
|
@ -109,6 +111,10 @@ A template abstraction layer that would not take the unique features of
|
|||
the template engines away is a science on its own and a too large
|
||||
undertaking for a microframework like Flask.
|
||||
|
||||
Furthermore extensions can then easily depend on one template language
|
||||
being present. You can easily use your own templating language, but an
|
||||
extension could still depend on Jinja itself.
|
||||
|
||||
|
||||
Micro with Dependencies
|
||||
-----------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue