12 lines
307 B
Plaintext
12 lines
307 B
Plaintext
<% description_html = render_bsky_post_facets(
|
|
post.text,
|
|
post.post_raw&.dig("facets")
|
|
) %>
|
|
<%= sky_section_tag("Description") do %>
|
|
<% if description_html %>
|
|
<%= description_html %>
|
|
<% else %>
|
|
<div class="p-4 text-center text-slate-500">No description available</div>
|
|
<% end %>
|
|
<% end %>
|