aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/bromley/footer.html
blob: 914ba3ace94d4d42a409276e7d6050d446432c04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
                    [% IF pagefooter %]
                    <footer role="contentinfo">
                        [% INCLUDE 'front/footer-marketing.html' %]
                    </footer>
                    [% END %]
                </div><!-- .content role=main -->
            </div><!-- .container -->
        </div><!-- .table-cell -->

        <div class="nav-wrapper">
            <div class="container">
                [% INCLUDE "main_nav.html" hide_privacy_link=1 %]
            </div>
        </div>
    </div> <!-- .wrapper -->

    [% INCLUDE 'common_footer_tags.html' %]

</body>
</html>