doc/book/en/development/devweb/views/basetemplates.rst
branchstable
changeset 5269 2e5bc78d05f3
parent 5266 84f285d96363
child 5284 ad922b7449aa
equal deleted inserted replaced
5268:b4bb59824d72 5269:2e5bc78d05f3
    14 Look at ``cubicweb/web/views/basetemplates.py`` and you will
    14 Look at ``cubicweb/web/views/basetemplates.py`` and you will
    15 find the base templates used to generate HTML for your application.
    15 find the base templates used to generate HTML for your application.
    16 
    16 
    17 A page is composed as indicated on the schema below :
    17 A page is composed as indicated on the schema below :
    18 
    18 
    19 .. image:: ../../../images/lax-book.06-main-template-layout.en.png
    19 .. image:: ../../../images/main_template.png
    20 
    20 
    21 In this section we will go through a couple of the primary templates
    21 In this section we will go through a couple of the primary templates
    22 you must be interested in, that is to say, the HTMLPageHeader,
    22 you must be interested in, that is to say, the HTMLPageHeader,
    23 the HTMLPageFooter and the TheMainTemplate.
    23 the HTMLPageFooter and the TheMainTemplate.
    24 
    24