Sha256: 0b85f6c9475101d8ab1c8d989b8de11f4821d66cbff9a14f6d005b50e8c47960

Contents?: true

Size: 533 Bytes

Versions: 10

Compression:

Stored size: 533 Bytes

Contents

<% main_title_tag = @in_composite_chapter ? 'h3' : 'h2' %>
<div class="os-eoc os-<%=@container_class_type%>-container" data-type="composite-page" data-uuid-key="<%= @uuid_key %>">
  <<%= main_title_tag %> data-type="<%= @in_composite_chapter ? 'title' : 'document-title' %>">
    <span class="os-text"><%= @title %></span>
  </<%= main_title_tag %>>
  <div data-type="metadata" style="display: none;">
    <h1 data-type="document-title" itemprop="name"><%= @title %></h1>
    <%= @metadata.paste %>
  </div>
  <%= @content %>
</div>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
openstax_kitchen-12.2.0 lib/kitchen/templates/eoc_section_template.xhtml.erb
openstax_kitchen-12.1.0 lib/kitchen/templates/eoc_section_template.xhtml.erb
openstax_kitchen-12.0.0 lib/kitchen/templates/eoc_section_template.xhtml.erb
openstax_kitchen-11.2.0 lib/kitchen/templates/eoc_section_template.xhtml.erb
openstax_kitchen-11.1.0 lib/kitchen/templates/eoc_section_template.xhtml.erb
openstax_kitchen-11.0.0 lib/kitchen/templates/eoc_section_template.xhtml.erb
openstax_kitchen-10.0.0 lib/kitchen/templates/eoc_section_template.xhtml.erb
openstax_kitchen-9.2.0 lib/kitchen/templates/eoc_section_template.xhtml.erb
openstax_kitchen-9.1.0 lib/kitchen/templates/eoc_section_template.xhtml.erb
openstax_kitchen-9.0.0 lib/kitchen/templates/eoc_section_template.xhtml.erb