sloane.sh/priv/site/layouts/post.html.eex

6 lines
127 B
Elixir
Raw Normal View History

2024-02-23 22:41:26 -05:00
<%= if attrs[:title] do %>
<h2 class="font-sans font-bold text-lg"><%= attrs[:title] %></h2>
<% end %>
<%= inner_content %>