UNPKG

generator-express-static

Version:

A generator for Yeoman used to create an Expressjs static site generator.

12 lines (10 loc) 133 B
<!doctype html> <html> <head> <meta charset="utf-8" /> <title>Example App</title> </head> <body> {{{body}}} </body> </html>