my tree!
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
Template{% endblock %} {% block content %} {% from
|
Template{% endblock %} {% block content %} {% from
|
||||||
"components/post_renderer.html" import render_post %} {% from
|
"components/post_renderer.html" import render_post %} {% from
|
||||||
"components/comment_renderer.html" import render_comment %}
|
"components/comment_renderer.html" import render_comment %}
|
||||||
|
<div class="row">
|
||||||
<div class="col-lg-12">
|
<div class="col-lg-12">
|
||||||
<h1 class="text-3xl font-bold mb-8">{{ post.title }}</h1>
|
<h1 class="text-3xl font-bold mb-8">{{ post.title }}</h1>
|
||||||
<p class="lead">{{ post.subtitle }}</p>
|
<p class="lead">{{ post.subtitle }}</p>
|
||||||
<p>
|
<p>
|
||||||
@@ -21,5 +21,6 @@ Template{% endblock %} {% block content %} {% from
|
|||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
{{render_comment(comments)}}
|
{{render_comment(comments)}}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user