JOL/lib/jol_web/components/blog/post_summary.html.heex

4 lines
66 B
Plaintext
Raw Normal View History

2024-08-17 13:22:54 +00:00
<div class="post_summary">
<h3><%= @post.title %></h3>
</div>