{{ block scripts }}
{{ if subsession.FEED == "DICE/T_Feed_Stories.html" }}
{{ elif subsession.FEED == "DICE/T_Feed_Insta.html" }}
{{ elif subsession.FEED == "DICE/T_Feed_Generic.html" }}
{{ else }}
{{ endif }}
{{ endblock }}
{{ block styles }}
{{ if subsession.FEED == "DICE/T_Feed_Generic.html" }}
{{ endif }}
{{ if subsession.FEED == "DICE/T_Feed_Stories.html" }}
{{ endif }}
{{ endblock }}
{{ block content }}
{{ include subsession.FEED }}
{{ endblock }}