diff options
Diffstat (limited to 'web/templates/base.html')
-rw-r--r-- | web/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/templates/base.html b/web/templates/base.html index ffbe99b..b05a4fa 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -2,6 +2,7 @@ <html> <head> <link rel="stylesheet" type="text/css" href="/css/base.css" /> + {% block css %}{% end %} <script src="//ajax.googleapis.com/ajax/libs/mootools/1.4.5/mootools.js"></script> <script> window.ykill = { |