Skip to content

Commit

Permalink
add review section (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
MohitBansal321 authored Feb 7, 2023
1 parent 46c2df6 commit a98f999
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions templates/resources.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@
</div>
<span class="tag is-danger">{{res.level}}</span>
<span class="tag is-info">{{res.type}}</span>
<div class="content">
{% if res.reviews %}
<hr />
<h5 class="subtitle is-5">Reviews</h5>
{% for review in res.reviews %}
<p>"{{review}}"</p>
{% endfor %}
{% endif %}
</div>
<footer class="card-footer">
<a href={{res.url}} class="card-footer-item" rel="noreferrer noopener" target="_blank">Open Link</a>
<a target="_blank"
Expand Down

0 comments on commit a98f999

Please sign in to comment.