rDrama/files/events/helpers/jinja.py

15 lines
329 B
Python
Raw Normal View History

EVENT_JINJA_CONST = {
"EVENT_BANNER": "banner_rDrama.html",
"EVENT_SIDEBAR": True,
2022-11-29 21:11:58 +00:00
"EVENT_STYLES": "blizzard.css",
"EVENT_AWARDS": True,
"EVENT_MUSIC": "music.html",
2022-12-15 22:08:36 +00:00
"EVENT_HEADER_ICONS": [
"/e/marseypartyxmas.webp?v=1",
"/e/marseysanta3.webp?v=1",
"/e/marseychristmaself2.webp?v=1",
"/e/marseysnowman.webp",
]
}