Retrospring/app/views/static/faq.haml

14 lines
379 B
Plaintext
Raw Normal View History

2020-05-09 23:40:32 -07:00
- provide(:title, generate_title('Frequently Asked Questions'))
2020-04-26 15:59:53 -07:00
.jumbotron.jumbotron--particles
2020-05-09 23:40:32 -07:00
.jumbotron__particles#particles
2020-04-26 15:59:53 -07:00
.jumbotron__content
%h1 Frequently Asked Questions
%p
Everything you want to know about
= succeed '!' do
= APP_CONFIG['site_name']
2015-01-07 12:30:52 -08:00
.container
2020-04-19 14:31:24 -07:00
.card
2020-04-19 14:09:41 -07:00
.card-body
2020-05-09 23:40:32 -07:00
= raw_markdown_io 'service-docs/en/help/faq.md'