Skip to content

Instantly share code, notes, and snippets.

@evanlouden
Created October 8, 2019 21:35
Show Gist options
  • Save evanlouden/e01d8a6ed4d2743308ccc943ad4b136b to your computer and use it in GitHub Desktop.
Save evanlouden/e01d8a6ed4d2743308ccc943ad4b136b to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>PDF</title>
<%= wicked_pdf_stylesheet_link_tag "print" -%>
</head>
<body>
<div class='container'>
<%= yield %>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment