Open quad opened 13 years ago
Implementation-wise, a named yield and Rails' content_for view helper should cover this.
http://apidock.com/rails/ActionView/Helpers/CaptureHelper/content_for
After 721760b0ae5c4bf6eecfa37c070a2d84c82d27b0, there's a default title, and each template can override with a content_for block(sample given in app/views/home/index.html.erb)
This bug should probably be split up for each page, with descriptions of what their titles should be.