inject css
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user