mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 16:28:19 +00:00
16 lines
434 B
HTML
16 lines
434 B
HTML
|
---
|
||
|
layout: base
|
||
|
---
|
||
|
<h1 class="text-center">{{page.title}}</h1>
|
||
|
<div class="site-wrap">
|
||
|
<!-- FULL WIDTH BLOCK -->
|
||
|
<section class="container full">
|
||
|
<div class="info-block text-adapt">
|
||
|
<h2>{{page.entry}}</h2>
|
||
|
<div>
|
||
|
{{content}}
|
||
|
</div>
|
||
|
</div>
|
||
|
</section>
|
||
|
<!-- END FULL WIDTH BLOCK -->
|
||
|
</div>
|