about template

This commit is contained in:
m
2026-03-22 08:01:38 +01:00
parent 5ef0dca53b
commit fae653a2b9
2 changed files with 1 additions and 5 deletions

Submodule content updated: d0e3035242...93b20a38f8

View File

@@ -2,12 +2,8 @@
endblock %} {% block content %} endblock %} {% block content %}
<div class="row"> <div class="row">
<div class="col-lg-12"> <div class="col-lg-12">
<h1>About</h1>
<hr />
<!-- Post Content --> <!-- Post Content -->
<div>{{ about_txt.content | safe }}</div> <div>{{ about_txt.content | safe }}</div>
<p>Last Update : October 2024</p>
<hr />
</div> </div>
</div> </div>
{% endblock %} {% endblock %}