Sha256: 93d00eb624f5938a0bb003bd6b94d900ce66cf713a4ccc39f768eab605fb1848
Contents?: true
Size: 632 Bytes
Versions: 19
Compression:
Stored size: 632 Bytes
Contents
<%% #template_name: <%=template_name.humanize.titlecase%> <%-attributes.each do |attribute|-%> <%="#html: #{attribute.humanize.titlecase}\n"-%> <%-end-%> %> <!DOCTYPE html> <html> <head> <title><%%=content_for?(:title) ? yield(:title) : Spud::Core.site_name%></title> <%%= stylesheet_link_tag "application", :media => "all" %> <%%= javascript_include_tag "application" %> <%%= csrf_meta_tags %> <%%= yield :head%> </head> <body> <%attributes.each do |attribute|%> <%if(attribute.downcase == 'body')%> <%%=yield%> <%else%> <%%=yield :<%=attribute.downcase.underscore%>%> <%end%> <%end%> </body> </html>
Version data entries
19 entries across 19 versions & 2 rubygems