UNPKG

grunt-bake

Version:

Bake external includes into files to create static pages with no server-side compilation time

11 lines (10 loc) 159 B
<!DOCTYPE html> <html> <head></head> <body> <!--(bake includes/second.html title="Hello World!" _assign="foo")--> <p> {{foo}} </p> </body> </html>