{{ post.title }}
{% translate "By" %} {{ post.author }}
{{ post.body.content }}
{# SPDX-License-Identifier: AGPL-3.0-or-later #} {# SPDX-FileCopyrightText: 2026 JWP Consulting GK #} {% extends "blog/blog_base.html" %} {% load i18n %} {% load projectify %} {% block title %}{{ post.title }}{% endblock %} {% block blog_content %}
{% translate "By" %} {{ post.author }}