{% extends "base.html" %} {% import 'includes/macros.html' as macros %} {% block main_header %} Recent Posts by {{meta.name}} {% endblock main_header %} {% block main_content %}

Recent Blog Post

{% for category in posts[0].categories %} {{category|trim|capitalize}} {% endfor %}
{{posts[0].title}}

{{posts[0].description}}

Read more

Blog Posts Archive

{% for post in posts[1:]%} {{macros.post_card(meta, post)}} {% endfor%}
{% endblock main_content %}