feat: show a simple FAQ

This commit is contained in:
Colin Darie 2024-04-22 16:42:12 +02:00
parent 66b4a1f8b8
commit 9af2c4f244
No known key found for this signature in database
GPG key ID: 4FB865FDBCA4BCC4
7 changed files with 94 additions and 0 deletions

View file

@ -0,0 +1,6 @@
- content_for(:title, @metadata[:title])
.fr-container.fr-my-4w
.fr-grid-row
.fr-col-12.fr-col-md-8.fr-py-12v
= @renderer.render(@content).html_safe