Skip to content

Instantly share code, notes, and snippets.

@sdogruyol
Created April 15, 2017 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sdogruyol/15582b22cc8fa6a03c260acd91a87311 to your computer and use it in GitHub Desktop.
Save sdogruyol/15582b22cc8fa6a03c260acd91a87311 to your computer and use it in GitHub Desktop.
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/layout.css">
<%= yield_content "custom_css" %>
<script type="text/javascript" src="/js/jquery.js"></script>
<script type="text/javascript" src="/js/bootstrap.min.js"></script>
</head>
<body>
<%= content %>
</body>
<%= yield_content "custom_js" %>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment