Files
website-v2/templates/users/_library.html
Greg Newman 057c16bb9f 🎨 cleaning up some home page styles
First pass with rustywind is doing massive cleanup
2023-04-28 09:27:38 -04:00

7 lines
202 B
HTML

<div class="py-3">
<h4 class="capitalize text-orange"><a href="{% url "library-detail" slug=library.slug %}">{{ library.name }}</a></h4>
<p class="pt-0">
{{ library.description }}
</p>
</div>