title fix

This commit is contained in:
m
2026-03-22 20:56:09 +01:00
parent 8193bdd7f2
commit 8ad581658b
2 changed files with 3 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
{% extends "base.html" %} {% block title %}About - Simple Blog Template{%
endblock %} {% block content %}
{% extends "base.html" %} {% block title %}{{blog_title}}{% endblock %}{% block
content %}
<div class="row">
<div class="col-lg-12">
<!-- Post Content -->

View File

@@ -1,6 +1,5 @@
{% from "components/post_preview.html" import render_post %} {% extends
"base.html" %} {% block title %}{{blog_title.title}}{% endblock %} {% block
content %}
"base.html" %} {% block title %}{{blog_title}}{% endblock %} {% block content %}
<!--timeline as a component which will be filled with callable function
### double curly brace timeline("career") this is a part of html string
### nested render-->