Page MenuHomeDevCentral

FAQ.html
No OneTemporary

FAQ.html

---
title: FAQ
---
<div class="grid-container">
<div class="grid-x grid-padding-x">
<div class="large-12 cell">
<h1 class="text-center">FAQ :: Frequently Asked Questions</h1>
<h2>Table of contents</h2>
</div>
{{#each faq.faq_layout}}
<div class="large-6 cell">
<ul>
{{#each sections}}
<li><strong>{{ title }}</strong>
<ul>
{{#each entries}}
<li><a href="#{{ slug }}">{{ question }}</a></li>
{{/each}}
</ul>
</li>
{{/each}}
</ul>
</div>
{{/each}}
<div class="large-12 cell">
{{#each faq.faq_layout}}{{#each sections}}
<h2>{{ title }}</h2>
<div style="float: right">
<a href="#" class="button tiny round"></a>
</div>
{{#each entries}}
<h3 id="{{ slug }}">{{ question }}</h3>
<p>{{ answer }}</p>
{{#if link}}
<a href="{{ link.target }}" class="button">{{ link.action }}</a>
{{/if}}
{{/each}}
{{/each}}{{/each}}
</div>
</div>
</div>

File Metadata

Mime Type
text/html
Expires
Sat, Oct 11, 21:21 (1 d, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3064058
Default Alt Text
FAQ.html (1 KB)

Event Timeline