{% if post.cover_image and blog_cover(post.id) %}
{% else %}
{{ post.title[:50] }}
{% endif %}
{{ post.title }}
{% if post.tags %} {% endif %}
{{ limpiar_html(mkdown2html(post.content[:180])) }}{% if post.content|length > 180 %}...{%
endif %}