view static/tpl/category.html @ 158:e53a3b64dfd8

Renamed main Wikked script.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 09 Jan 2014 20:59:41 -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>