UNPKG

grunt-bake

Version:

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

13 lines (11 loc) 208 B
<!DOCTYPE html> <html> <head></head> <body> Details for {{group.name}} <ul> <!--(bake includes/li.html _foreach="value:group.members")--> </ul> <a href="{{@referrer}}">back</a> </body> </html>