{% extends "posts/show/post.html" %}
{% load static %}
{% load posts %}
{% load text_filters %}
{# this type in inherited from "post" #}
{% block post_header %}
📅 {{ post.title | rutypography }}
{% include "posts/widgets/publicity_preferences.html" with post=post %}