faq to perprod (marge draft) #206

Closed
borntojesus wants to merge 46 commits from faq-test into preprod
53 changed files with 0 additions and 13 deletions
Showing only changes of commit 67adc105f5 - Show all commits

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 %}