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

Blog

Thoughts on cybersecurity, systems administration, technology, cycling, and the journey of continuous learning.

{% if posts %} {% for post in posts %}

{{ post.title }}

{{ post.category }}

{{ post.excerpt }}

Read More
{% endfor %} {% else %}

No posts yet!

I'm currently working on some exciting content about cybersecurity, systems administration, and my cycling adventures. Check back soon for new posts!

{% endif %}
{% endblock %}