summaryrefslogtreecommitdiff
path: root/templates/year_review.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/year_review.html')
-rw-r--r--templates/year_review.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/templates/year_review.html b/templates/year_review.html
index 1234e80..3d03cc0 100644
--- a/templates/year_review.html
+++ b/templates/year_review.html
@@ -89,6 +89,24 @@
{% endfor %}
</ol>
</article>
+
+ <article class="review-panel">
+ <p class="eyebrow">Decades</p>
+ <ol class="stats-list">
+ {% for item in films_per_decade %}
+ <li><span>{{ item.decade }}</span><strong>{{ item.count }}</strong></li>
+ {% endfor %}
+ </ol>
+ </article>
+
+ <article class="review-panel">
+ <p class="eyebrow">Genres</p>
+ <ol class="stats-list">
+ {% for item in films_per_genre %}
+ <li><span>{{ item.genre }}</span><strong>{{ item.count }}</strong></li>
+ {% endfor %}
+ </ol>
+ </article>
</section>
<section class="review-panel">