Posts from blogs I follow

{% for article in articles %}

{{ article.title | safe }}

{{ article.summary | linebreaksbr | replace(from="
", to=" ") | striptags | trim | truncate(length=256) | safe }}

via {{ article.source_title | safe }} {{ article.timestamp | date(format="%B %d, %Y") }}
{% endfor %}

Generated by openring-rs