retrospring/app/views/static/faq.html.haml

14 lines
375 B
Text
Raw Normal View History

- provide(:title, generate_title("Frequently Asked Questions"))
.jumbotron.j2-jumbo.text-center.particle-jumbotron
#particles
.particle-content
%h1 Frequently Asked Questions
%p
Everything you want to know about
= succeed '!' do
= APP_CONFIG['site_name']
2015-01-07 21:30:52 +01:00
.container
2020-04-19 23:31:24 +02:00
.card
2020-04-19 23:09:41 +02:00
.card-body
= raw_markdown_io "service-docs/en/help/faq.md"