17 lines
452 B
Plaintext
17 lines
452 B
Plaintext
<div class="row section-content">
|
|
<div class="small-12 column">
|
|
<h3 id="<%= section %>" data-magellan-target="<%= section %>">
|
|
<%= t("pages.help.#{section}.title") %>
|
|
</h3>
|
|
|
|
<%= content %>
|
|
|
|
<% if image_path %>
|
|
<figure>
|
|
<%= image_tag image_path, alt: t("pages.help.#{section}.image_alt") %>
|
|
<figcaption><%= t("pages.help.#{section}.figcaption") %></figcaption>
|
|
</figure>
|
|
<% end %>
|
|
</div>
|
|
</div>
|