compilation - Is there a compiler for standard HTML that allows includes without a server-side language? -


i've had couple of projects required delivering standard html files, each of has lot of common markup in header , footer of page.

i use sass css , love can include 1 .scss file another, , still end single .css file.

i'm hopeful there similar compiler html, haven't been able find one.

i though haml might ticket, doesn't seem have include functionality.

thanks.

the first thing comes mind jade:

https://github.com/visionmedia/jade

simplifies html , allows compiled includes.


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -