{% extends "base.html" %} {% block title %}{{ blog.TITLE }}{% endblock %} {% block content %} {% for post in posts[:20] %}
{% if post.link %}

{{ post.title }}

{% else %}

{{ post.title }}

{% endif %}
{{ post.html }}
{% endfor %} {% endblock %}