diff --git a/helpers/system-template.md b/helpers/system-template.md
index 8d34e4edb95c5e7dd11818cec97582223f2a980b..12097a9f5c04710357179eeac1e728f23a45614d 100644
--- a/helpers/system-template.md
+++ b/helpers/system-template.md
@@ -1,79 +1,77 @@
-title: <!--Replace this with Defense system name-->
-tableColumns:
-    article:
-      doi: <!--Replace this with the main article doi-->
-      abstract: 
-        <!--Replace this with the abstract of the main article-->
-    Sensor: '<!--Fill sensor name here. If it's unknown : Leave it blank -->'
-    Activator: ' <!--Fill activator name here. If it's unknown : Leave it blank -->'
-    Effector: '<!--Fill effector name here. If it's unknown : Leave it blank -->'
-    PFAM: <!--PFXXXXX, PFYYYYY, PFZZZZZ-->
-
-<!--Markdown syntax in a nutshell-->
-<!--Move it to a dedicated file ?-->
-<!--Use # for titles : # Main title ; ## Secondary title ; ### Tertiary title ; etc.-->
-<!--Use * * for italic : *this text will be displayed in italic*-->
-<!--Use ** ** for bold text : **this text will be displayed in bold**-->
-<!--Use []() for links to external websites : ![This text will be displayed, if you click on it you will be directed to the website](https://url.of.the.website)-->
-<!--Use ![alt text](path.to.image "Image title") to embed an image. Do we have an 'images' directory in the repo ?-->
-<!--That's all folks!-->
-
-# Defense system name
-<!--Replace the main title with the name of the defense system
-
-Example : # CBASS
--->
-
-## Description
-<!--This paragraph contains a short description of the defense system. It should provide the essential information regarding the system at a glance.
-- How many proteins compose the defense system ? What are their name and what is their biological function ?
-- Optionally, you can quickly state in which model organism the system was tested and against which phages.
-Please don't forget to refer to the articles that you will cite at the end of the article.
-This should be precise but as synthetic as possible (rule of thumb : a dozen of lines maximum).
-
-Example :
-"RADAR is comprised of two genes, encoding respectively for an adenosine triphosphatase (RdrA) and  a divergent adenosine deaminase (RdrB) [1], which are in some cases associated with a small membrane protein (RdrC or D) [1]. 
-RADAR was found to perform RNA editing of adenosine to inosine during phage infection. Editing sites are broadly distributed on the host transcriptome, which could prove deleterious to the host and explain the observed growth arrest of RADAR upon phage infection."
---> 
-
-## Molecular mechanism
-<!--If the mechanism of action of the defense system is known, please describe it in one short paragraph. If the exact mechanism is not known, simply state it and sum up the information available in the literature.
-This should be precise but as synthetic as possible (rule of thumb : a dozen of lines maximum).
-
-Example :
-The exact mechanism of action of the Shango defense system has not yet been characterized, but it was shown that the TerB domain and the catalytic activity of the ATPase and the Helicase are required to provide antiviral defense. The fact that TerB domains are known to be associated to the periplasmic membrane could indicate that Shango might be involved in membrane surveillance [1].
--->
-
-## Example of genomic structure
-<!--Automatically filled.
-You can optionally describe in more details which proteins compose the system if the Description paragraph did give all the information-->
-
-## Distribution of the system among prokaryotes
-<!--Automatically filled-->
-
-## Structure
-<!--Automatically filled-->
-
-## Experimental validation
-<!--Give more information about the experimental validation :
-- In which organism was it tested ?
-- Against which phages ?
-Please do not forget to cite the papers which provide the information.
--->
-
-## Relevant abstracts
-::article-doi-list
----
-items:
-    - doi: <!--replace this with the doi of a relevant abstract-->
-    - doi: <!--replace this with the doi of a second relevant abstract-->
----
-::
-
-## References
-<!--Provide here the references mentioned in the wiki page :
-- Citation in APA style + optionally the DOI in the following format : [doi](doi).
-
-Example :
-- Millman, A., Melamed, S., Leavitt, A., Doron, S., Bernheim, A., Hör, J., ... & Sorek, R. (2022). An expanded arsenal of immune systems that protect bacteria from phages. Cell host & microbe, 30(11), 1556-1569. [https://doi.org/10.1016/j.chom.2022.09.017](https://doi.org/10.1016/j.chom.2022.09.017)
--->
+<!-- The following block is th frontmatter that will be used to build the big table -->
+---
+title: <!--Replace this with Defense system name-->
+tableColumns:
+    article:
+      doi: <!--Replace this with the main article doi-->
+      abstract: 
+        <!--Replace this with the abstract of the main article-->
+    Sensor: <!--Fill sensor name here. If it's unknown : Leave it blank -->
+    Activator: <!--Fill activator name here. If it's unknown : Leave it blank -->
+    Effector: <!--Fill effector name here. If it's unknown : Leave it blank -->
+    PFAM: <!--PFXXXXX, PFYYYYY, PFZZZZZ-->
+relevantAbstracts:
+    - doi: 10.xxxx/toto.yyyy.zz 
+contributors:
+    - John Doe
+---
+
+<!--
+Markdown syntax in a nutshell, check other pages for example
+
+Use # for titles : # Main title ; ## Secondary title ; ### Tertiary title ; etc.
+Use * * for italic : *this text will be displayed in italic*
+Use ** ** for bold text : **this text will be displayed in bold**
+Use []() for links to external websites : ![This text will be displayed, if you click on it you will be directed to the website](https://url.of.the.website)
+Use ![alt text](/system/system.svg) to embed an image. The file of the image should be in a folder with the name of the system, located in /public 
+Use for references : "This is a great results :ref{doi=10.xxxx/toto.yyyy.zz}." it will write "This is a great result (Foo et al, 2023)."
+
+That's all folks!
+
+-->
+
+
+# Defense system name
+<!--Replace the main title with the name of the defense system
+
+Example : # CBASS
+-->
+
+## Description
+This paragraph contains a short description of the defense system. It should provide the essential information regarding the system at a glance.
+- How many proteins compose the defense system ? What are their name and what is their biological function ?
+- Optionally, you can quickly state in which model organism the system was tested and against which phages.
+Please don't forget to refer to the articles that you will cite at the end of the article.
+This should be precise but as synthetic as possible (rule of thumb : a dozen of lines maximum).
+
+Example :
+"RADAR is comprised of two genes, encoding respectively for an adenosine triphosphatase (RdrA) and  a divergent adenosine deaminase (RdrB) :ref{doi=10.xxxx/toto.yyyy.zz}. which are in some cases associated with a small membrane protein (RdrC or D) :ref{doi=10.xxxx/toto.yyyy.zz}.
+RADAR was found to perform RNA editing of adenosine to inosine during phage infection. Editing sites are broadly distributed on the host transcriptome, which could prove deleterious to the host and explain the observed growth arrest of RADAR upon phage infection."
+
+
+## Molecular mechanism
+If the mechanism of action of the defense system is known, please describe it in one short paragraph. If the exact mechanism is not known, simply state it and sum up the information available in the literature.
+This should be precise but as synthetic as possible (rule of thumb : a dozen of lines maximum).
+
+Example :
+The exact mechanism of action of the Shango defense system has not yet been characterized, but it was shown that the TerB domain and the catalytic activity of the ATPase and the Helicase are required to provide antiviral defense. The fact that TerB domains are known to be associated to the periplasmic membrane could indicate that Shango might be involved in membrane surveillance :ref{doi=10.xxxx/toto.yyyy.zz}.
+
+
+## Example of genomic structure
+<!--Automatically filled.
+You can optionally describe in more details which proteins compose the system if the Description paragraph did give all the information-->
+
+## Distribution of the system among prokaryotes
+<!--Automatically filled-->
+
+## Structure
+<!--Automatically filled-->
+
+## Experimental validation
+<!--Give more information about the experimental validation :
+- In which organism was it discovered ?
+- In which organism was it tested ?
+- Against which phages ?
+- In which paper was this described ?
+Or you can try to build the graph with mermaid (see help page or other page)
+-->