mirror of
https://github.com/xplosionmind/quitsocialmedia.club.git
synced 2025-01-14 08:36:06 +01:00
30 lines
708 B
HTML
30 lines
708 B
HTML
|
---
|
||
|
layout: wrapper
|
||
|
---
|
||
|
<div class='h-entry one column'>
|
||
|
<div class='row page-header'>
|
||
|
<a class='u-uid' href='{{ page.url }}'><h1 class='p-name'>{{ title }}</h1></a>
|
||
|
<p>{{ description }}</p>
|
||
|
</div>
|
||
|
|
||
|
{% if toc %}
|
||
|
<div class='row toc'>
|
||
|
<h2>{% case page.lang %}{% when 'it' %}Indice{% else %}Table of contents{% endcase %}</h2>
|
||
|
</div>
|
||
|
{% endif %}
|
||
|
|
||
|
<div class='row'>
|
||
|
<article class='e-content note'>
|
||
|
<p>{{ description }}</p>
|
||
|
{% {{ content }} %}
|
||
|
</article>
|
||
|
</div>
|
||
|
<div class='flex row'>
|
||
|
<a class='button' href='/l{{ page.nextlevel }}'>{% if page.lang == 'it' %}Livello successivo{% else %}Next level{%endif %}</a>
|
||
|
</div>
|
||
|
|
||
|
{% include edit.html %}
|
||
|
{% include share.html %}
|
||
|
|
||
|
</div>
|