We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de4c8c6 commit 9f28885Copy full SHA for 9f28885
templates/about.html
@@ -1,7 +1,9 @@
1
{% extends "base.html" %}
2
3
{% block styles %}
4
-<link rel="stylesheet" href="home.css" />
+<style>
5
+ {{ load_data(path="public/home.css") | safe }}
6
+</style>
7
{% endblock styles %}
8
9
{% block content %}
templates/blog.html
-<link rel="stylesheet" href="/blog.css" />
+ {{ load_data(path="public/blog.css") | safe }}
0 commit comments