Flatlogic Bot fdb06c9979 v1
2025-12-16 03:38:16 +00:00

8 lines
149 B
HTML

{% extends 'base.html' %}
{% block content %}
<div class="container py-5">
<h1>Blog</h1>
<p>This is the blog page.</p>
</div>
{% endblock %}