{% if not embedded %}{% extends 'base/base.html' %}{% endif %} {% import 'blog/macros.html' as blog with context %} {% import 'input/navigation.html' as navigation with context %} {% import 'input/textbox.html' as textbox with context %} {% block body %}

{% trans %}Libervia News{% endtrans %}

{% if blog_items['items'] %}
{{ blog.show_items(blog_items['items'], expanded=single) }}
{% else %}
{% trans %}No articles found in this blog!{% endtrans %}
{% endif %} {{ navigation.prev_next(_("newer articles"), _("older articles")) }} {% endblock body %}