mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-16 15:58:16 +00:00
5e90a88f77
- The goal being to allow for titles within the user guides while not over complicating the layouts and titles
15 lines
No EOL
395 B
HTML
15 lines
No EOL
395 B
HTML
---
|
|
layout: base
|
|
---
|
|
<h1 class="text-center">{% t page.title %}</h1>
|
|
<div class="site-wrap">
|
|
<!-- FULL WIDTH BLOCK -->
|
|
<section class="container full">
|
|
<div class="info-block text-adapt">
|
|
<div>
|
|
{{content}}
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<!-- END FULL WIDTH BLOCK -->
|
|
</div> |