| 0 | 1 <!DOCTYPE html> | 
|  | 2 <html> | 
|  | 3 <head> | 
| 26 | 4   <title><%= html_title %></title> | 
| 0 | 5   <%= stylesheet_link_tag    "application", :media => "all" %> | 
|  | 6   <%= javascript_include_tag "application" %> | 
|  | 7   <%= csrf_meta_tags %> | 
|  | 8 </head> | 
|  | 9 <body> | 
|  | 10 | 
| 25 | 11 <div class="container-fluid"> | 
|  | 12   <div class="row-fluid"> | 
|  | 13     <div class="span12"> | 
|  | 14       <%= yield %> | 
|  | 15     </div> | 
|  | 16   </div> | 
|  | 17 </div> | 
| 27 | 18 <footer class="footer"> | 
|  | 19   <div class="container-fluid"> | 
|  | 20     <div class="row-fluid"> | 
|  | 21       <div class="span12"> | 
|  | 22         <hr> | 
|  | 23         <p>Zeropaste © edogawaconan 2012</p> | 
|  | 24       </div> | 
|  | 25     </div> | 
|  | 26   </div> | 
|  | 27 </footer> | 
| 0 | 28 | 
|  | 29 </body> | 
|  | 30 </html> |