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