Current section

Files

Jump to
sayfa priv default_theme layouts page.html.eex
Raw

priv/default_theme/layouts/page.html.eex

<article class="container-content page-wrapper">
<%= @block.(:breadcrumb, []) %>
<header class="mb-8">
<h1 class="text-2xl sm:text-3xl font-bold text-slate-900 dark:text-slate-50"><%= @content.title %></h1>
</header>
<div class="prose-content prose-code">
<%= @inner_content %>
</div>
</article>