{% extends "tgcms/base.html" %} {% block title %}Published — tgcms{% endblock %} {% block content %}

Post marked published

“{{ post }}” is now {{ post.get_status_display }}.

tgcms does not send to Telegram itself. Hand this payload to your bot (directly or via a queue):

{{ post.render }}

Back to post

{% endblock %}