fix
This commit is contained in:
@@ -1,9 +1,8 @@
|
|||||||
{% for css in component_css %}
|
{% for css in component_css %}
|
||||||
<link rel="stylesheet" href="{{ url_for('static', filename=css) }}" />
|
<link rel="stylesheet" href="{{ url_for('static', filename=css) }}" />
|
||||||
{% endfor %} {% extends "base.html" %} {% block title %}{{ post.title }} -
|
{% endfor %} {% extends "base.html" %} {% block title %}{{ post.title }} -
|
||||||
Simple Blog Template{% endblock %} {% block content %} {% from
|
Simple Blog Template{% endblock %} {% from "components/comment_renderer.html"
|
||||||
"components/post_renderer.html" import render_post %} {% from
|
import render_comment %}
|
||||||
"components/comment_renderer.html" import render_comment %}
|
|
||||||
<div class="row">
|
<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>
|
||||||
|
|||||||
Reference in New Issue
Block a user