r2/r2/templates/interstitial.html
%if thing.sr_name and thing.sr_description:
${md(thing.sr_description)} %endif ${self.interstitial_message()}
${self.interstitial_buttons()} <%def name="interstitial_image_attrs()"> src="${static(thing.image)}" %def> <%def name="interstitial_title()"> ${thing.title} %def> <%def name="interstitial_message()"> %if thing.message: ${md(thing.message)} %endif %def> <%def name="interstitial_buttons()"> ${_("back to Reddit")} %def>