aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/bristol/footer.html
blob: 52f2d50dff8123afd90f5ae376cbc948b2664866 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
                </div><!-- .content role=main -->
            </div><!-- .container -->
        </div><!-- .table-cell -->

        <div class="nav-wrapper">
            <div class="nav-wrapper-2">
                [% INCLUDE "main_nav.html" body_name=c.cobrand.council_area hide_mysoc_link=1 %]
            </div>
        </div>
    </div> <!-- .wrapper -->

    [% IF pagefooter %]
      <div class="bristol_footer">
        <footer role="contentinfo" class="clearfix">
            [% INCLUDE 'front/footer-marketing.html' %]
        </footer>
      </div>
    [% END %]

    [% INCLUDE 'common_footer_tags.html' %]

</body>
</html>