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.

menu-page.html 100B

12345678
  1. <div class="page">
  2. <span class="name">
  3. {name}
  4. </span>
  5. <div class="sub">
  6. {sub}
  7. </div>
  8. </div>