diff --git a/templates/taxonomy_list.html b/templates/taxonomy_list.html index 3d51872..e3814d4 100644 --- a/templates/taxonomy_list.html +++ b/templates/taxonomy_list.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% import "macros/post.html" as post %} {% import "macros/taxonomy.html" as macros %} {% block main %} @@ -9,8 +10,16 @@ {%- set num_terms = terms | length %}