initial save

This commit is contained in:
m
2026-03-12 21:47:01 +01:00
commit f0e1d2cae4
21 changed files with 10122 additions and 0 deletions

13
templates/about.html Normal file
View File

@@ -0,0 +1,13 @@
{% extends "base.html" %} {% block title %}About - Simple Blog Template{%
endblock %} {% block content %}
<div class="row">
<div class="col-lg-12">
<h1>About</h1>
<hr />
<!-- Post Content -->
<div>{{ about_txt.content | safe }}</div>
<p>Last Update : October 2024</p>
<hr />
</div>
</div>
{% endblock %}