diff --git a/files/templates/shop.html b/files/templates/shop.html index c6b01d631..d19c2c1d6 100644 --- a/files/templates/shop.html +++ b/files/templates/shop.html @@ -1,4 +1,11 @@ {% extends "default.html" %} +{%- set SHOP_FLAVOR = { + 'rDrama': 'Stir drama.', + 'PCM': 'Watch IP2.', + 'Cringetopia': 'Look at cringe.', + 'WPD': 'Watch people die.', + }[SITE_NAME] +-%}