dimanche 22 mai 2016

Combine partial HTML files

I am trying to find an application or way of doing this.

example:

<html>
<body>
   <<<INCLUDE 'header.html' >>>
   BODY
   <<<INCLUDE 'footer.html' >>>
</body>
</html>

In PHP, include can be used. but I am not using php and looking for a tool that just combines html files. Which tool can I use??

My environment: Linux, npm, bower, golang




Aucun commentaire:

Enregistrer un commentaire