simonmcmanus / speclate

spec objects for sizlate that can render at build, on the server or client.
MIT License
3 stars 1 forks source link

layout.html #3

Open simonmcmanus opened 8 years ago

simonmcmanus commented 8 years ago

currently layout.html is hard coded. It should be possible to pass this in as a top level property to the spec:


var spec = {
 LAYOUT: '/some/file/in/a/weird/place.html'
}