You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

18 lines
265 B

<!DOCTYPE html>
<html>
<head>
<title><%= content_for?(:title) ? yield(:title) : t('project_name') %></title>
<%= csrf_meta_tags %>
<%= csp_meta_tag %>
<%= stylesheet_link_tag "sessions" %>
</head>
<body>
<main>
<%= yield %>
</main>
</body>
</html>