diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..839cc88 --- /dev/null +++ b/templates/base.html @@ -0,0 +1,7 @@ +{% if nick %} + <div class="kysNick">{{ nick }}</div> +{% endif %} +{% if alert %} + <div class="kysAlert">{{ alert }}</div> + <script src="alert-timeout.js"></script> +{% endif %} |