app/views/admin/communication/websites/posts/static.html.erb
<%
post = @l10n.about
language = @l10n.language
%>---
<%= render 'admin/application/static/core', about: @l10n %>
<%= render 'admin/application/static/breadcrumbs', about: @l10n %>
<%= render 'admin/application/static/design',
about: post,
l10n: @l10n,
full_width: false,
toc_offcanvas: false %>
<% if @l10n.pinned %>
weight: 1
<% end %>
<% if @l10n.author %>
authors:
- "<%= @l10n.author.slug %>"
<% end %>
<%= render 'admin/application/categories/static',
about: post,
l10n: @l10n,
categories: @website.post_categories,
key: :posts_categories %>
<%= render 'admin/application/l10n/static', about: @l10n %>
<%= render 'admin/application/featured_image/static', about: @l10n %>
<%= render 'admin/application/shared_image/static', about: @l10n %>
<%= render 'admin/application/meta_description/static', about: @l10n %>
<%= render 'admin/application/summary/static', about: @l10n %>
<%= render 'admin/communication/contents/static', about: @l10n %>
---
<%= prepare_html_for_static @l10n.text %>