blog title fix
This commit is contained in:
@@ -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 -->
|
||||
|
||||
@@ -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-->
|
||||
|
||||
Reference in New Issue
Block a user