summaryrefslogtreecommitdiffstats
path: root/templates/activities/post.html
blob: eee254f42e20c4b2483c16ea202993f8e68a3979 (plain)
1
2
3
4
5
6
7
{% extends "base.html" %}

{% block title %}Post by {{ post.author.name_or_handle }}{% endblock %}

{% block content %}
    {% include "activities/_post.html" %}
{% endblock %}