demarches-normaliennes/app/views/faq/show.html.haml

9 lines
272 B
Text
Raw Normal View History

2024-04-22 16:42:12 +02:00
- content_for(:title, @metadata[:title])
.fr-container.fr-my-4w
.fr-grid-row
.fr-col-12.fr-col-md-4
= render partial: "sidebar", locals: { faqs: @siblings, current: @metadata }
2024-04-22 16:42:12 +02:00
.fr-col-12.fr-col-md-8.fr-py-12v
= @renderer.render(@content).html_safe