File: default.template

package info (click to toggle)
ruby-kramdown 1.17.0-1%2Bdeb10u2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,540 kB
  • sloc: ruby: 7,980; sh: 79; makefile: 8
file content (62 lines) | stat: -rw-r--r-- 2,488 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!doctype html>
<html xml:lang="{lang:}" lang="{lang:}">
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <meta name="author" content="Thomas Leitner" />
    <meta name="copyright" content="2009-2016 Thomas Leitner" />
    <meta name="description" content="kramdown is a fast, pure-Ruby Markdown-superset converter" />
    <meta name="keywords" content="ruby, kramdown, markdown, text markup" />
    <link href="{relocatable: default.css}" type="text/css" rel="stylesheet" media="screen,projection" />
    <link href="{relocatable: news.atom}" type="application/atom+xml" rel="alternate" />
    <title>{title:} | kramdown</title>
  </head>
  <body>
    <header>
      <hgroup>
        <h1 id="logo"><a href="{relocatable: /}" title="Homepage">kramdown</a></h1>
        <h2 id="slogan">fast, pure-Ruby Markdown-superset converter</h2>
      </hgroup>

      <nav>
        {menu: {options: {mi: {in_menu: true}, sort: sort_info, flatten: true}}}
      </nav>
    </header>

    <div id="wrapper">
      <% if context.content_node.blocks.has_key?('intro') %>
      <aside class="banner">
        <webgen:block name="intro" node="first" />
      </aside>
      <% end %>

      <aside>
        <webgen:block name="sidebar" node="first" notfound="ignore" />

        <webgen:block name="content" chain="sidebar.template" />
      </aside>

      <div id="content">
        <webgen:block name="content" node="first" />
      </div>
      <div style="clear:both"></div>
    </div>

    <footer>
      <div class="float-left">Copyright © 2009-2016 Thomas Leitner</div>
      <div class="float-right">Generated by <a href="https://webgen.gettalong.org">webgen</a></div>
    </footer>

    <script src="//static.gettalong.org/MathJax/MathJax.js?config=default.js" type="text/javascript"></script>
    <!-- Start of StatCounter Code for Default Guide -->
    <script type="text/javascript">
      var sc_project=4267845;
      var sc_invisible=1;
      var sc_security="41321455";
      var sc_client_storage="disabled";
    </script>
    <script type="text/javascript" src="https://www.statcounter.com/counter/counter.js" async="async"></script>
    <noscript><div class="statcounter"><a title="website statistics" href="http://statcounter.com/" target="_blank"><img class="statcounter" src="//c.statcounter.com/4267845/0/41321455/1/" alt="website statistics" /></a></div></noscript>
     <!-- End of StatCounter Code for Default Guide -->

  </body>
</html>