sloane.sh/priv/site/layouts/post.html.eex
2024-02-23 22:41:26 -05:00

5 lines
127 B
Elixir

<%= if attrs[:title] do %>
<h2 class="font-sans font-bold text-lg"><%= attrs[:title] %></h2>
<% end %>
<%= inner_content %>