A static site generator, written in C
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.

index.html 221B

123456789101112131415
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <link rel="stylesheet" href="/_style.css">
  6. <title>{{title}}</title>
  7. </head>
  8. <body>
  9. {{menu}}
  10. <div id="articles">
  11. {{articles}}
  12. </div>
  13. </body>
  14. </html>