Advertisement
Guest User

Untitled

a guest
Nov 15th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.28 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3.   <head>
  4.     <meta charset='utf-8' />
  5.     <%= wicked_pdf_stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %>
  6.   </head>
  7.   <body onload="number_pages">
  8.     <div id="content">
  9.       <%= yield %>
  10.     </div>
  11.   </body>
  12. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement