{% load md2 %}

{{ entry.title }}


{% if entry.image %}
{% endif %} {{ entry.content|markdown:"code-friendly, fenced-code-color" }}
Fecha: {{ entry.create_time|date:'d M, Y' }}
Autor: {{ entry.author.username }}