mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-06 07:29:43 +00:00
7 lines
177 B
HTML
7 lines
177 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block title %}Post by {{ post.author.name_or_handle }}{% endblock %}
|
|
|
|
{% block content %}
|
|
{% include "activities/_post.html" %}
|
|
{% endblock %}
|