{% extends "base.html" %} {% block meta %} {% set title = "Posts" %} {% set description = title %} {{ macros::get_meta_tags(title=title, description=description) }} {% endblock meta %} {% block content %}

{{ section.title }}

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