blog title fix

This commit is contained in:
m
2026-03-22 20:59:58 +01:00
parent 8ad581658b
commit 80c66c1802
2 changed files with 4 additions and 3 deletions

View File

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

View File

@@ -1,5 +1,6 @@
{% from "components/post_preview.html" import render_post %} {% extends
"base.html" %} {% block title %}{{blog_title}}{% endblock %} {% block content %}
"base.html" %} {% block title %}{{blog_title.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-->