{% extends 'layout.html' %} {% macro render_link(obj) %} View {% endmacro %} {% macro render_post(article) %}
{{ article.date_added|date_pretty }} | {{ article.category }}
{{ article.content | markdown | truncate(10) }}