doc/book/en/intro/tutorial/maintemplate.rst
changeset 4446 a413fac5ff5e
parent 4437 21f2e01fdd6a
child 4751 1a9d2c3c7f0c
equal deleted inserted replaced
4445:ef623f05e5e2 4446:a413fac5ff5e
   100       def call(self, **kwargs):
   100       def call(self, **kwargs):
   101           self.w(u'<div class="footer">')
   101           self.w(u'<div class="footer">')
   102           self.w(u'This website has been created with <a href="http://cubicweb.org">CubicWeb</a>.')
   102           self.w(u'This website has been created with <a href="http://cubicweb.org">CubicWeb</a>.')
   103           self.w(u'</div>')
   103           self.w(u'</div>')
   104 
   104 
   105 Updating a view does not._cwuire any restart of the server. By reloading
   105 Updating a view does not require any restart of the server. By reloading
   106 the page you can see your new page footer.
   106 the page you can see your new page footer.
   107 
   107 
   108 
   108 
   109 TheMainTemplate
   109 TheMainTemplate
   110 ```````````````
   110 ```````````````