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

11 lines
331 B
Plaintext

<%# The "application" layout is the default layout. It extends "base" %>
<%# to include things like header, footer, and alerts that are common %>
<%# to most (but not all) views. %>
<main class="container">
<%= render("shared/flash") %>
<%= yield %>
</main>
<% parent_layout "base" %>