pic_vert_app/app/views/layouts/topics.html.erb
2013-01-08 22:47:42 +01:00

21 lines
357 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<title>InfineetyNotes</title>
<%= stylesheet_link_tag "topics", :media => "all" %>
<%= javascript_include_tag "topics" %>
<%= csrf_meta_tags %>
<style>
<%=Pygments.css('.highlight') %>
</style>
</head>
<body>
<p class="notice"><%= notice %></p>
<p class="alert"><%= alert %></p>
<%= yield %>
</body>
</html>