Documentation
Designers Guide
PyroCMS supports themes which allow you to easily change the look and feel of your website. The way it works is actually very similar to the RubyOnRails approach, with a master layout file and multiple partials that share presentation logic between different views.
The entire theme system is handled by the Template library, so it might be worth having a look there.
