summaryrefslogtreecommitdiff
path: root/templates/base.html
blob: 839cc8876dcd40be07898eb1a84ded41c77f1e14 (plain)
1
2
3
4
5
6
7
{% if nick %}
    <div class="kysNick">{{ nick }}</div>
{% endif %}
{% if alert %}
    <div class="kysAlert">{{ alert }}</div>
    <script src="alert-timeout.js"></script>
{% endif %}