mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-16 15:58:16 +00:00
24 lines
1.1 KiB
HTML
24 lines
1.1 KiB
HTML
---
|
|
layout: base
|
|
---
|
|
<div class="site-wrap">
|
|
<!-- FULL WIDTH BLOCK -->
|
|
<section class="container full guides">
|
|
<div class="info-block text-adapt">
|
|
{% if page.deprecated_url %}
|
|
<div class="info-block center-xs">
|
|
<h3 style="padding: 0;">⚠️ This page is deprecated</h3>
|
|
<p>The latest version of this document is available at <a href="{{ page.deprecated_url }}">docs.getmonero.org</a>.</p>
|
|
</div>
|
|
{% endif %}
|
|
<div>
|
|
{{content}}
|
|
<p style="text-align: right;">
|
|
<a href="{{ site.baseurl }}/resources/user-guides/">« {% t user-guides.back %}</a>
|
|
</p>
|
|
</div>
|
|
<a href="#" class="arrow-up" aria-label="{% t accessibility.arrowup %}" title="{% t accessibility.gotop %}"><i></i></a>
|
|
</div>
|
|
</section>
|
|
<!-- END FULL WIDTH BLOCK -->
|
|
</div>
|