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

Blog

Insights, tutorials, and thoughts — straight from my keyboard to the world.

{% if blogpost %}
{% for post in blogpost %} {% endfor %}
{% else %}

No blog posts yet — stay tuned for new entries soon!

{% endif %}
{% endblock %}