Lines Matching full:footer
50 <div class="footer">
51 <%block name="footer">
52 this is the footer
84 then the ``<%block name="footer">`` expression is invoked.
85 #. The ``footer`` block is only defined in ``base.html``, so being
86 the topmost definition of ``footer``, it's the one that
87 executes. If ``index.html`` also specified ``footer``, then
102 <div class="footer">
103 this is the footer
140 <div class="footer">
141 <%block name="footer">
142 this is the footer
232 <div class="footer">
233 ${self.footer()}
239 <%def name="footer()">
240 this is the footer
350 <div class="footer">
351 <%block name="footer">
352 this is the footer
414 <div class="footer">
415 this is the footer
421 ``header``/``footer`` layout of ``base.html``, we have the
491 <div class="footer">
492 this is the footer