jakeboxer / hyperloop

Make simple websites with a technology stack familiar to Rails programmers.
MIT License
72 stars 4 forks source link

Add layouts #3

Closed jakeboxer closed 10 years ago

jakeboxer commented 10 years ago

This branch adds layouts to Hyperloop, just like how they work in Rails.

It also brings in Nokogiri so we can test the actual contents of DOM elements, rather than just regex matching.