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

{{ post.title }}

{{ post.content|safe }}
{% if post.tags %} {% endif %}

Post Details
Category: {{ post.category }}
Published: {{ post.date }}
Reading Time: ~5 min
Author: Blake Ridgway
Share This Post
About the Author
Blake Ridgway
Blake Ridgway

Systems Administrator & Cybersecurity Enthusiast passionate about secure infrastructure and continuous learning.

{% endblock %}