bookwyrm/fedireads/templates/snippets/review.html

9 lines
259 B
HTML
Raw Normal View History

{% 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>