view static/tpl/footer.html @ 145:74690402fef2

Moved all the static content to, well, a `/static` folder.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 11 Dec 2013 17:45:52 -0800
parents b03f083c3a29
children d29e2f337b00
line wrap: on
line source

<section>
    {{#each url_extras}}
        <a href="{{url}}">{{name}}</a>
    {{/each}}
    <!-- TODO: last modified, etc. -->
</section>