UNPKG

grunt-bake

Version:

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

15 lines (11 loc) 239 B
<!DOCTYPE html> <html> <head></head> <body> <div><!--(bake second.html)--></div> <div><span>Hello World</span></div> <span>{{ title }}</span> <span>Hello World</span> <div><span>{{ title }}</span></div> </body> </html>