{% extends "base.html" %} {% block html_lang %}{{ page.lang }}{% endblock %} {% block title %}{{ SITENAME }} - {{ page.title }}{%endblock%} {% block head %} {{ super() }} {% import 'translations.html' as translations with context %} {% if translations.entry_hreflang(page) %} {{ translations.entry_hreflang(page) }} {% endif %} {% endblock %} {% block content %} {% import 'translations.html' as translations with context %} {{ translations.translations_for(page) }} {{ page.content }} Blog ^ {% for article in articles[:3] %} {{ article.title }} {{ article.summary }} {% endfor %} Leia mais... {% endblock %}
{{ article.summary }}