bookwyrm/fedireads/templates/snippets/review.html
2020-02-23 14:26:03 -08:00

9 lines
259 B
HTML

{% load fr_display %}
<div class="review">
<h4>{{ review.name }}
<small>{{ review.rating | stars }} stars, by {% include 'snippets/username.html' with user=review.user %}</small>
</h4>
<blockquote>{{ review.content }}</blockquote>
</div>