{{ post.title }}
Actualizado {{ post.updated_at|date:"j F, Y" }}
{% if post.author %} · {{ post.author.get_full_name|default:post.author.username }}{% endif %}
{{ post.body_html|safe }}
{% extends "madga/blog/base.html" %} {% block title %}{{ post.meta_title|default:post.title }} · {{ site.name }}{% endblock %} {% block meta_description %}{{ post.meta_description|default:post.excerpt }}{% endblock %} {% block content %} {# Docs: TOC sidebar, monospace headings, anchor-friendly. #}