view static/tpl/meta-page.html @ 149:d29e2f337b00

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

<article>
    <header>
        <h1>{{meta_value}} <span class="decorator">{{meta_query}}</span></h1>
    </header>
    <section>
        {{content}}
    </section>
    <footer>
    </footer>
</article>