Sha256: 33a082870139686536ba0ddd8819fc8ca9843ec0895f83bca7d5b925134f414d
Contents?: true
Size: 470 Bytes
Versions: 13
Compression:
Stored size: 470 Bytes
Contents
<% add_decidim_page_title(strip_tags(yield(:heading).lines.last).strip) if content_for?(:heading) %> <% add_decidim_page_title("Decidim Design Guide") %> <!DOCTYPE html> <html> <head> <title><%= decidim_page_title %></title> <%= render partial: "layouts/decidim/design/head" %> </head> <body class="relative text-black text-md form-defaults"> <%= render layout: "layouts/decidim/design/layout" do %> <%= yield %> <% end %> </body> </html>
Version data entries
13 entries across 13 versions & 1 rubygems