feat: show a simple FAQ
This commit is contained in:
parent
66b4a1f8b8
commit
9af2c4f244
7 changed files with 94 additions and 0 deletions
6
app/views/faq/show.html.haml
Normal file
6
app/views/faq/show.html.haml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue