{% extends "layout.html" %} {% block title %} {{ hilite.title() }} - {% endblock %} {% block content %}
{% for c in preview_posts %}
{{ c.meta.title.upper() }}
{{ c.content }}
{% endfor %}

Articles {% if hilite != 'home' %} in {{ hilite.title() }} {% endif %}

{% endblock %}