mirror of
https://github.com/Tygs/0bin.git
synced 2023-08-10 21:13:00 +03:00
36 lines
765 B
Smarty
36 lines
765 B
Smarty
<div class="well">
|
|
|
|
<h1>FAQ</h1>
|
|
|
|
%for i, entry in enumerate(settings.MENU):
|
|
%if "mailto:" in entry[1]:
|
|
<p>If a question does not appear here you can
|
|
<span title="{{ entry[1].replace('mailto:', '').replace('@', '__AT__') }}"
|
|
class="email-link" >
|
|
contact us
|
|
</span>.
|
|
</p>
|
|
%end
|
|
%end
|
|
|
|
<hr width="90%">
|
|
|
|
<dl>
|
|
|
|
<dt>What's the name of the captain?</dt>
|
|
<dd>The name of the captain is Igloo !</dd>
|
|
</br>
|
|
<dt>What's the name of the captain?</dt>
|
|
<dd>The name of the captain is Igloo !</dd>
|
|
</br>
|
|
<dt>What's the name of the captain?</dt>
|
|
<dd>The name of the captain is Igloo !</dd>
|
|
|
|
</dl>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
%rebase base settings=settings, pastes_count=pastes_count
|