diff options
Diffstat (limited to 'grumpy/templates/layout.html')
-rw-r--r-- | grumpy/templates/layout.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grumpy/templates/layout.html b/grumpy/templates/layout.html index 3823903..60f0754 100644 --- a/grumpy/templates/layout.html +++ b/grumpy/templates/layout.html @@ -1,4 +1,5 @@ {% import '_userinfo.html' as userinfo -%} +{% import '_util.html' as importer -%} <!doctype html> <head> <title>{% block title %}Welcome{% endblock %} | Grumpy</title> |