mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 08:18:03 +00:00
28 lines
No EOL
826 B
HTML
28 lines
No EOL
826 B
HTML
---
|
|
layout: base
|
|
---
|
|
<div class="site-wrap">
|
|
<div class="container ffs-breadcrumbs">
|
|
|
|
<p><a href="/forum-funding-system/">Forum Funding System</a> > <a href="/forum-funding-system/open-tasks/">Open Tasks</a> > {{page.title}}</p>
|
|
|
|
</div>
|
|
|
|
<!-- FULL WIDTH BLOCK -->
|
|
<section class="container full">
|
|
<div class="info-block text-adapt">
|
|
<div class="row center-xs">
|
|
<div class="col">
|
|
<h2>{{page.title}}</h2>
|
|
<p>{{page.author}}</p>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
{{content}}
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<!-- END FULL WIDTH BLOCK -->
|
|
</div>
|
|
|
|
<!-- JAVASCRIPT FOR DISQUS --> |