<html> <head> <title>Flintstones Example</title> <%= stylesheet_link_tag 'examples' %> </head> <body> <h1>Flintstones Example</h1> <p> </p> <p><%= image_tag @img, :class => 'img' %></p> <p><%= @name %></p> </body> </html>