UNPKG

picanhajs

Version:

A tasty website static generator

22 lines (18 loc) 272 B
<!DOCTYPE html> <html> <head> <title>Blog</title> {{> includes}} </head> <body> {{> header}} {{#post}} <section class="wrapper"> <h3 class="page-title">{{title}}</h3> <div class="page-content"> {{{body}}} </div> </section> {{/post}} </body> </html>