Sha256: 6affcfb6228142aede2d1832a484cca0430c3fb96257ad2567cf90edced215b4
Contents?: true
Size: 826 Bytes
Versions: 10
Compression:
Stored size: 826 Bytes
Contents
<% add_decidim_meta_tags({ description: strip_tags(translated_attribute(current_organization.description)), title: current_organization.name, url: request.original_url, twitter_handler: current_organization.twitter_handler, image_url: current_organization.homepage_image.url }) %> <!DOCTYPE html> <html lang="<%= I18n.locale %>" class="no-js"> <head> <title><%= decidim_page_title %></title> <%= render partial: "layouts/decidim/head" %> </head> <body> <%= render partial: "layouts/decidim/impersonation_warning" %> <%= render partial: "layouts/decidim/cookie_warning" %> <%= render partial: "layouts/decidim/omnipresent_banner" %> <%= render "layouts/decidim/wrapper" do %> <%= yield %> <% end %> <%= render partial: "decidim/shared/login_modal" %> </body> </html>
Version data entries
10 entries across 10 versions & 1 rubygems