bgneal@3: <!DOCTYPE html>
bgneal@12: <html lang="en"
bgneal@12:       xmlns="http://www.w3.org/1999/xhtml"
bgneal@12:       xmlns:og="http://ogp.me/ns#"
bgneal@12:       xmlns:fb="https://www.facebook.com/2008/fbml">
bgneal@3: <head>
bgneal@3: <title>Brave New Surf | {% block title %}{% endblock %}</title>
bgneal@3: <meta charset="utf-8" />
bgneal@3: {% block custom_meta %}{% endblock %}
bgneal@49: <link rel="shortcut icon" href="{{ STATIC_URL }}images/favicon.ico" />
bgneal@63: <link rel="stylesheet" href="http://twitter.github.com/bootstrap/1.4.0/bootstrap.min.css" />
bgneal@70: <link rel="stylesheet" href="{{ STATIC_URL }}css/fonts/future_bugler.css" />
bgneal@49: <link rel="stylesheet" href="{{ STATIC_URL }}css/base.css" />
bgneal@3: {% block custom_css %}{% endblock %}
bgneal@3: {% block custom_js %}{% endblock %}
bgneal@3: </head>
bgneal@3: <body>{% block begin_body %}{% endblock %}
bgneal@3: 
bgneal@3: <div class="container">
bgneal@3:    {% block content %}{% endblock %}
bgneal@3: </div>
bgneal@3: 
bgneal@3: <footer class="footer">
bgneal@3: <div class="container">
bgneal@3:    <p class="pull-right"><a href="#">Back to top</a></p>
bgneal@70:    <p class="bns">
bgneal@49:    Brave New Surf © 2011 <a href="http://www.doublecrownrecords.com/">Double Crown Records</a> - Contact us: <a href="mailto:records@dblcrown.com">records@dblcrown.com</a>
bgneal@49:    </p>
bgneal@5:    <p><small>FENDER, JAZZMASTER and the distinctive headstock design commonly found on FENDER guitars are registered trademarks of <a href="http://www.fender.com">Fender Musical Instruments Corporation</a> and used herein with express written permission. All rights reserved.</small></p>
bgneal@3: </div>
bgneal@3: </footer>
bgneal@3: 
bgneal@3: {% block end_body %}{% endblock %}
bgneal@3: </body>
bgneal@3: </html>