{% extends "base.html" %} {% block meta %} {% set title = "Posts" %} {% set description = "The LibrePages Blog: we write about static-sites deployment, Free Software and the general development ecosystem" %} {{ macros::get_meta_tags(title=title, description=description) }} {% endblock meta %} {% block content %}

{{ section.title }}

{% block rss %} {% endblock %} {% endblock content %}