SiteWebAstrolabe/src/_data/faq.json
2022-04-26 20:01:00 +02:00

15 lines
318 B
JSON

{
"items": [{
"q": "Question 1 ?",
"a": "Réponse 1. <br> Avec retour à la ligne"
},
{
"q": "Question 2 ?",
"a": "Réponse 2 avec une url : https://www.astrolabe.coop/nous-rejoindre/"
},
{
"q": "Question 3 ?",
"a": "Réponse 3 avec un <a href=\"/comprendre-la-cae/\">lien</a>"
}]
}