Current section
Files
Jump to
Current section
Files
priv/default_theme/layouts/page.html.eex
<main id="main">
<article class="container-content page-wrapper">
<%= @block.(:breadcrumb, []) %>
<header class="content-header-sm">
<h1 class="page-title-lg"><%= @content.title %></h1>
</header>
<div class="prose-page">
<%= @inner_content %>
</div>
</article>
</main>