{% extends "base.html" %} {% block content %} {{ section.content | safe }}

Latest

{% set feed_section = get_section(path="feed/_index.md") %} {% for page in feed_section.pages %}

{{ page.title }}

{{ page.date }}

{{ page.content | striptags | truncate(length=255) }}

{% endfor %} {% endblock %}