{% extends "base.html" %} {% block header %}
{% endblock header %} {% block content %} {% if lang == "pt" %} {% set posts = get_section(path="posts/_index.pt.md") %} {% else %} {% set posts = get_section(path="posts/_index.md") %} {% endif %} {% endblock content %}