takahe/templates/activities/post.html

8 wiersze
177 B
HTML
Czysty Zwykły widok Historia

{% extends "base.html" %}
{% block title %}Post by {{ post.author.name_or_handle }}{% endblock %}
{% block content %}
2022-11-18 01:52:00 +00:00
{% include "activities/_post.html" %}
{% endblock %}