    <footer class="zero">
    {{#block "pagefooter"}}
        <div class="gap-top bounceInUp animated">
            <div class="box square charcoal">
                <div class="container padded">
                    <div class="row">
                        <div class="one small-tablet fourth padded">
                            <h5 class="green">Example Layouts</h5>
                            <ul class="unstyled">
                                <li><a href="/layout-a">Web Page</a></li>
                                <li><a href="/layout-b">Image Gallery</a></li>
                                <li><a href="/layout-c">Ecommerce Page</a></li>
                                <li><a href="/layout-d">Contact Page</a></li>
                            </ul>
                        </div>
                        <div class="three small-tablet fourths padded">
                            <h5 class="blue">Documentation</h5>
                            <ul class="unstyled three-column two-column-mobile">
                                <li><a href="/docs/grid.html" title="Responsive grid system, grid adapters and helpers">Grid</a></li>
                                <li><a href="/docs/helpers.html" title="Layout helpers, spinners and much more">Helpers</a></li>
                                <li><a href="/docs/typography.html" title="Text elements, quotes, code and web fonts">Typography</a></li>
                                <li><a href="/docs/navigation.html" title="Navigation">Navigation</a></li>
                                <li><a href="/docs/buttons.html" title="Buttons, button groups, button menus">Buttons</a></li>
                                <li><a href="/docs/boxes.html" title="Boxes">Boxes</a></li>
                                <li><a href="/docs/messages.html" title="Message boxes">Message Boxes</a></li>
                                <li><a href="/docs/tables.html" title="Tables">Tables</a></li>
                                <li><a href="/docs/tabs.html" title="Tabs">Tabs</a></li>
                                <li><a href="/docs/forms.html" title="Form elements">Form Elements</a></li>
                                <li><a href="/docs/icons.html" title="Icons">Icons</a></li>
                                <li><a href="/docs/responsive-text.html" title="Responsive text and multi-line text block truncation">Responsive Text</a></li>
                                <li><a href="/docs/placeholder-text.html" title="Placeholder text and placeholder fonts for rapid prototyping and wireframes">Placeholder Text</a></li>
                                <li><a href="/docs/animations.html" title="Pure CSS3 Animations">Animations</a></li>
                            </ul>
                        </div>
                    </div>
                </div>
            </div>
            <div class="box square">
                <div class="container padded">
                    <div class="row">
                        <div class="one half padded">
                            <p>GroundworkCSS on Handlebars is <b>100% free</b> and <b>open source</b>.
                            <p>Find a bug? Help squash it by <a href="https://github.com/partharamanujam/gwcsshbs/issues" target="_blank">filing an issue</a> on Github.</p>
                        </div>
                        <div class="one half padded">
                            <p class="large padded align-right align-center-small-tablet"><a href="http://twitter.com/partharamanujam" target="_blank" title="@partharamanujam" style="text-decoration:none;" class="large inline gapped"></a><a href="https://github.com/partharamanujam/gwcsshbs" target="_blank" title="@partharamanujam" style="text-decoration:none;" class="large inline gapped"></a></p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    {{/block}}
    </footer>