Skip to content

Commit baa206e

Browse files
committed
ci(web): add overrides/main.html
It will throw an error if the file does not exist.
1 parent d704c62 commit baa206e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

overrides/main.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{% extends "base.html" %}
2+
3+
{% block announce %}
4+
<strong>📢 Announcement Bar. </strong>
5+
{% endblock %}

0 commit comments

Comments
 (0)