doctype html
html
    head
        include partials/head
        link(rel='stylesheet', href='/twenty/css/duoshuo.css')
        script(src="/twenty/js/lib/markdown.min.js")
    body.index.loading
        // Header
        include partials/header

        article
            header.special.container.text-center
                h2 #{title}
            // One
            section.style4.container.small
                // Content
                .content
                    section !{content}

        // Footer
        include partials/scripts.jade
        //script(src="/twenty/system/node/detail.js")
        if type == 'markdown'
            script.
                $(".content section").html(markdown.toHTML($(".content section").html()))
        include partials/duoshuo
        include partials/footer
