News zu #{{ tag }}
+
+
+ {% for post in posts %}
+ {% include 'posts/partials/_posts_hero.html' %}
+ {% endfor %}
+
+
+ diff --git a/fet2020/templates/posts/tag.html b/fet2020/templates/posts/tag.html index b5509fbc..fbe0b3a6 100644 --- a/fet2020/templates/posts/tag.html +++ b/fet2020/templates/posts/tag.html @@ -1,55 +1,15 @@ -{% extends 'layout.html' %} -{% load post_helpers %} +{% extends 'base.html' %} + {% block content %} -{% if featured_post != None %} -{% with post=featured_post %} -
{{post.date}}
-