Sha256: cd7cc8183728674b0add7e7819f98d4b0b6b475dbb46d95302caa7a86d4d6c9d

Contents?: true

Size: 1.12 KB

Versions: 1

Compression:

Stored size: 1.12 KB

Contents

<!doctype html>
<html lang="{{ lang }}">
    <head>
        <title>{{ title }}</title>
        <meta charset="UTF-8" />
        <meta description="This is a new template"/>
        <style>
        kbd { font-family: "Droid Sans Mono", "Luxi Mono", "Inconsolata", monospace }
        samp { font-family: "Terminus", "Courier", "Lucida Console", monospace }
        u { text-decoration: none }
        .nested {
            margin-left: 3em;
        }
        aside, u { opacity: 0.7 }
        a[id^="fn-"]:target { background: #ff0 }
        </style>
        {{# css }}<link rel="stylesheet" href="{{ css }}">{{/ css }}
        {{# metadata }}{{{ metadata }}}{{/ metadata }}
        {{{ head }}}
    </head>
    <body class="pod">
    <div id="___top"></div>
    {{{ header }}}
    {{# title }}<h1 class='title'>{{ title }}</h1>{{/ title }}
    {{# subtitle }}<p class='subtitle'>{{ subtitle }}</p>{{/ subtitle }}
    {{# toc }}{{{ toc }}}{{/ toc }}
    <div class="pod-body{{^ toc }} no-toc{{/ toc }})">
    {{# body }}{{{ . }}}{{/ body }}
    </div>
    {{# footnotes }}{{{ footnotes }}}{{/ footnotes }}
    {{{ footer }}}
    </body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
github-markup-3.0.2 vendor/Pod-To-HTML/t/templates/main.mustache