This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Blog</title>
|
|
<%= stylesheet_link_tag :all %>
|
|
<%= javascript_include_tag :defaults %>
|
|
<%= csrf_meta_tag %>
|
|
</head>
|
|
<body>
|
|
|
|
<%= yield %>
|
|
|
|
</body>
|
|
</html>
|