diff options
Diffstat (limited to 'views/base.tpl')
-rw-r--r-- | views/base.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/base.tpl b/views/base.tpl index 9f3046b..0fe2ad0 100644 --- a/views/base.tpl +++ b/views/base.tpl @@ -5,7 +5,7 @@ <link rel="stylesheet" href="/static/base.css" /> </head> <body> -<img id="banner" alt="Pasteme" src="/static/banner.png"><br/> +<img id="banner" alt="Pasteme" src="/static/banner.png"><br /> {{!base}} </body> </html> |