docs/tutorial/standalone.html
changeset 3376 aad37ffd7d58
equal deleted inserted replaced
3375:1cb549cd6236 3376:aad37ffd7d58
       
     1 <!DOCTYPE html>
       
     2 <html $if(lang)$ lang="$lang$" $endif$ dir="ltr">
       
     3 
       
     4     <head>
       
     5         <meta charset="utf-8">
       
     6         <meta name="viewport" content="width=device-width, initial-scale=1">
       
     7         <title>$if(title)$$title$$endif$</title>
       
     8 
       
     9 $if(template_css)$
       
    10 <link rel="stylesheet" href="$template_css$">
       
    11 $else$
       
    12 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/uikit/2.26.4/css/uikit.gradient.css">
       
    13 $endif$
       
    14 
       
    15         <link rel="stylesheet" href="style.css">
       
    16         <script src="https://code.jquery.com/jquery-2.2.1.min.js"></script>
       
    17         <script src="uikit.js"></script>
       
    18         <script src="scripts.js"></script>
       
    19         <script src="jquery.sticky-kit.js "></script>
       
    20 
       
    21         <meta name="generator" content="pandoc-uikit" />
       
    22         $for(author-meta)$
       
    23         <meta name="author" content="$author-meta$" />
       
    24         $endfor$
       
    25         $if(date-meta)$
       
    26         <meta name="date" content="$date-meta$" />
       
    27         $endif$
       
    28         <title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title>
       
    29         <style type="text/css">code{white-space: pre;}</style>
       
    30         $if(quotes)$
       
    31         <style type="text/css">q { quotes: "“" "”" "‘" "’"; }</style>
       
    32         $endif$
       
    33         $if(highlighting-css)$
       
    34         <style type="text/css">
       
    35             $highlighting-css$
       
    36         </style>
       
    37         $endif$
       
    38         $for(css)$
       
    39         <link rel="stylesheet" href="$css$" $if(html5)$$else$type="text/css" $endif$/>
       
    40               $endfor$
       
    41               $if(math)$
       
    42               $math$
       
    43               $endif$
       
    44               $for(header-includes)$
       
    45               $header-includes$
       
    46               $endfor$
       
    47     </head>
       
    48 
       
    49     <body>
       
    50 
       
    51 
       
    52         <div class="uk-container uk-container-center uk-margin-top uk-margin-large-bottom">
       
    53 
       
    54             $if(title)$
       
    55             <div class="uk-grid" data-uk-grid-margin>
       
    56                 <div class="uk-width-1-1">
       
    57                     <h1 class="uk-heading-large">$title$</h1>
       
    58                     $if(date)$
       
    59                     <h3 class="uk-heading-large">$date$</p></h3>
       
    60                     $endif$
       
    61                     $for(author)$
       
    62                     <p class="uk-text-large">$author$</p>
       
    63                     $endfor$
       
    64                 </div>
       
    65             </div>
       
    66             $endif$
       
    67 
       
    68             <div class="uk-grid" data-uk-grid-margin >
       
    69                 <div class="uk-width-medium-1-4">
       
    70                     <div class="uk-overflow-container" data-uk-sticky="{top:25,media: 768}">
       
    71                         <div class="uk-panel uk-panel-box menu-begin" >
       
    72 
       
    73                             $if(toc)$
       
    74                             $toc$
       
    75                             $endif$
       
    76 
       
    77                         </div>
       
    78                     </div>
       
    79                 </div>
       
    80 
       
    81                 <div class="uk-width-medium-3-4">
       
    82 $body$
       
    83                 </div>
       
    84             </div>
       
    85 $if(analytics)$
       
    86             <script>
       
    87                   (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       
    88   (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
       
    89   m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
       
    90   })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
       
    91 
       
    92   ga('create', '$analytics$', 'auto');
       
    93   ga('send', 'pageview');
       
    94 $endif$
       
    95 
       
    96         </div>
       
    97     </body>
       
    98 </html>