URI: 
       layout.tpl_original - cl-yag - Common Lisp Yet Another website Generator
  HTML git clone git://bitreich.org/cl-yag/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/cl-yag/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
       layout.tpl_original (1066B)
       ---
            1 <!DOCTYPE html>
            2 <html lang="en">
            3   <head>
            4     <meta charset="utf-8" />
            5     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
            6     <meta name="generator" content="cl-yag" />
            7     <title>%%Title%%</title>
            8     <link rel="stylesheet" type="text/css" href="static/css/style.css" media="screen" />
            9     <link rel="alternate" type="application/rss+xml" title="%%Title%% RSS Feed" href="rss.xml" />
           10 <!--    <link rel="alternate" type="application/atom+xml" title="%%Title%% Atom Feed" href="atom.xml" /> -->
           11     <link rel="icon" type="image/x-icon" href="static/img/clyagFav.ico" />
           12   </head>
           13 
           14     <body>
           15     <div id="wrapper">
           16       <header>
           17         <nav>
           18           <!--<a href="#"></a>-->
           19             <ul>
           20               <li><a href="index.html">Home</a></li>
           21               <li><a href="index-titles.html">All Posts</a></li>
           22               <li><a href="rss.xml">RSS</a></li>
           23              </ul>
           24         </nav>
           25         <div>All Tags: %%Tags%%</div>
           26       </header>
           27 
           28       <main>%%Body%%</main>
           29 
           30       <footer><p>This blog is powered by cl-yag!<p></footer>
           31 
           32     </div><!-- #wrapper -->
           33   </body>
           34 </html>