view static/tpl/category.html @ 149:d29e2f337b00

Updated to Bootstrap 3.0.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 12 Dec 2013 21:54:04 -0800
parents 74eb145eb839
children
line wrap: on
line source

<article>
    <header>
        <h1>{{query.category}} <span class="decorator">Category</span></h1>
    </header>
    <section>
        {{content}}
        <h2>Pages in category "{{query.category}}"</h2>
        <ul class="list-category">
        {{#each pages}}
        <li><a href="{{get_read_url url}}">{{title}}</a></li>
        {{/each}}
        </ul>
    </section>
    <footer>
    </footer>
</article>