MD to HTML: allow extra header stuff
[openssl-web.git] / bin / md-to-html5.tmpl.html5
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <!--#include virtual="/inc/head.shtml" -->
5 $for(header-includes)$
6   $header-includes$
7 $endfor$
8 </head>
9
10 <body>
11 <!--#include virtual="/inc/banner.shtml" -->
12
13   <div id="main">
14     <div id="content">
15       <div class="blog-index">
16         <article>
17 $if(title)$
18 <header>
19 <h1 class="title">$title$</h1>
20 $if(subtitle)$
21 <p class="subtitle">$subtitle$</p>
22 $endif$
23 $for(author)$
24 <p class="author">$author$</p>
25 $endfor$
26 $if(date)$
27 <p class="date">$date$</p>
28 $endif$
29 </header>
30 $endif$
31 $body$
32         </article>
33       </div>
34       <!--#include virtual="sidebar.shtml" -->
35     </div>
36   </div>
37
38 <!--#include virtual="/inc/footer.shtml" -->
39 </body>