This commit is contained in:
m
2026-03-26 16:11:51 +01:00
parent f3ff920e38
commit 194b1e04cc

View File

@@ -1,9 +1,8 @@
{% for css in component_css %}
<link rel="stylesheet" href="{{ url_for('static', filename=css) }}" />
{% endfor %} {% extends "base.html" %} {% block title %}{{ post.title }} -
Simple Blog Template{% endblock %} {% block content %} {% from
"components/post_renderer.html" import render_post %} {% from
"components/comment_renderer.html" import render_comment %}
Simple Blog Template{% endblock %} {% from "components/comment_renderer.html"
import render_comment %}
<div class="row">
<div class="col-lg-12">
<h1 class="text-3xl font-bold mb-8">{{ post.title }}</h1>