aboutsummaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 1a3935f..7f07a77 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -4,7 +4,7 @@
<title>flask app template</title>
<!-- <link href="/static/css/default.css" rel="stylesheet"> -->
<style type="text/css">
- <!-- local style here -->
+ {% block style %}{% endblock %}
</style>
</head>
<body>