Moved each question to subfolders

Signed-off-by: S. Kozyr <s.trump@gmail.com>
This commit is contained in:
Sergiy Kozyr 2023-10-09 12:14:34 +03:00
parent 4feb0cdcc2
commit 67adc105f5
Signed by: strump
GPG key ID: C622E5563CAC205D
53 changed files with 0 additions and 13 deletions

View file

@ -1,7 +1,5 @@
{% extends 'base.html' %}
{# __tera_context #}
{% block meta_description %}
<meta name="description" content="OrganicMaps - F.A.Q.">
{% endblock %}

View file

@ -1,11 +0,0 @@
{% extends "index.html" %}
{% block title %}<title>Duniter | {{term.name}}</title>{% endblock title %}
{% block content %}
<main id="accueil" class="w3-container w3-content page w3-padding-64">
{%- for page in term.pages -%}
<a href="{{page.permalink}}"> {{page.title}} </a><br>
{%- endfor -%}
</main>
{% endblock content %}