UNPKG

grunt-bake

Version:

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

15 lines (13 loc) 332 B
<!DOCTYPE html> <html> <head></head> <body> <ul> <!--(bake includes/li.html value="<span>Value</span>")--> <!--(bake-start _if="foo")--> {{foo}} <!--(bake-end)--> <!--(bake includes/underscore.html value="Underscore")--> </ul> </body> </html>