{% set title = "Daniel Roy Greenfeld" %} {% extends "layout/base.html" %} {% block content %}

Recent Writings

{% for post in recent_3 %} {% include "partials/_post_short.html" %} {% endfor %} {% if favorite_posts | length > 0 %}

Favorite Articles

{% endif %} {% for post in favorite_posts %} {% include "partials/_post_short.html" %} {% endfor %} {% endblock content %}