Almost-minimal filesystem based blog.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
504 B

17 years ago
17 years ago
17 years ago
17 years ago
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>${title_prefix}::${title}</title>
  5. <meta name="keywords" content="some test stuff" />
  6. <meta name="description" content="${description}" />
  7. <meta name="author" content="${author}" />
  8. <link rel="stylesheet" href="${stylesheet_url}" />
  9. <link rel="icon" type="image/x-png" href="${favicon_url}" />
  10. </head>
  11. <body>
  12. <perl>
  13. return $self->link_bar();
  14. </perl>
  15. <h1>${title}</h1>
  16. ${content}
  17. <p><small><em>${license}</em></small></p>
  18. </body>
  19. </html>