49 lines
1.4 KiB
HTML
49 lines
1.4 KiB
HTML
---
|
|
# This file is licensed under the MIT License (MIT) available on # http://opensource.org/licenses/MIT.
|
|
layout: base
|
|
end_of_page: |
|
|
<script>updateToc();</script>
|
|
<script>accordion();</script>
|
|
<script>onScrollButton();</script>
|
|
<script>boxShow();</script>
|
|
---
|
|
|
|
<div class="hero">
|
|
<div class="container hero-container">
|
|
<h1>{% translate pagetitle %}</h1>
|
|
{% if page.id == 'exchanges' %}
|
|
<p class="summary">{% translate pagedesc %}</p>
|
|
{% else %}
|
|
<p class="summarytxt">{% translate summary %}</p>
|
|
{% endif %}
|
|
</div>
|
|
</div>
|
|
{% if page.id == 'exchanges' %}
|
|
<div class="container">
|
|
<h4 class="alert exchanges-note">Note: Exchanges provide highly varying degrees of safety, security, privacy, and control over your funds and information.
|
|
Perform your own due diligence and
|
|
<a href="/{{ page.lang }}/{% translate choose-your-wallet url %}">choose a wallet</a>
|
|
where you will keep your bitcoin before selecting an exchange.</h4>
|
|
</div>
|
|
{% endif %}
|
|
<div class="toc-container">
|
|
<div class="row toc-row">
|
|
|
|
<div id="toc" class="toc">
|
|
<div>
|
|
<button class="mob-sidebar-open" hidden>View All</button>
|
|
<div class="sidebar">
|
|
<div class="sidebar-inner">
|
|
<button class="mob-sidebar-close" hidden></button>
|
|
{% include helpers/toc.html html=content %}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="toccontent">
|
|
{{ content }}
|
|
</div>
|
|
</div>
|
|
</div>
|