{% extends "base.html" %} {% block content %}
{% include "tiny_h_card.html" %}

{{post.name}}

{{post.content}}

{% endblock %}