{% extends "base.html" %} {% block title %}Blog{% endblock %} {% block content %}
Blog

Insights & Ideas

Tutorials, thoughts on software development, and industry perspectives.

{% include "blog/partials/post_list.html" %}
{% if posts and posts|length >= 10 %}
{% endif %}
{% endblock %}