inject css

This commit is contained in:
m
2026-03-25 05:03:29 +01:00
parent 9a83309d36
commit 20fce270a5
5 changed files with 39 additions and 28 deletions

View File

@@ -1,5 +1,7 @@
{% extends "base.html" %} {% block title %}{{ post.title }} - Simple Blog
Template{% endblock %} {% block content %} {% from
{% 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 %}
<div class="row">