# Insightful
DRY, SEO-friendly Rails Views
## Usage
### Install
sudo gem install represent
### Helpers
#### Tooltip Helpers
Ever want to centralize tooltips and helpful hints for form fields in your projects? Now you can.
#### Metadata Helpers
Adding metadata to your views is easy (`app/views/pages/index.html.erb`):
<% title @post.title %>
<% description @post.description %>
<% keywords @post.tag_list %>
<% body_class "post post-template" %>