layouts/banner.html (3 lines of code) (raw):

<% if show_banner? and !stable_version?(current_branch) %> <div id="js-survey-banner" data-content='<%= html_escape(markdown(@items["/_data/banner.yaml"][:description])) %>'></div> <% end %>