{% extends "base.html" %} {% block title %}#{{ hashtag.display_name }} Timeline{% endblock %} {% block content %}
{% include "activities/_hashtag_follow.html" %}
{{ hashtag.display_name }}
{% for post in page_obj %} {% include "activities/_post.html" %} {% empty %} No posts yet. {% endfor %} {% endblock %}