{#- The shipped default for a blog post. A site restyles it by shipping templates/blog/blog-post.html (this app only) or templates/podpack_pages/blog-post.html (every blog-kind app). In scope: title, content (the published fragment), post (path, title, published_date, updated, categories, original_url). -#} {% extends "base.html" %} {% block content %} {%- if post.published_date or post.categories %}
{%- endif %} {{ content | safe }} {% endblock %}