summaryrefslogtreecommitdiffhomepage
path: root/fr-fr/haml-fr.html.markdown
diff options
context:
space:
mode:
authorevuez <helloevuez@gmail.com>2015-10-16 10:42:41 +0200
committerevuez <helloevuez@gmail.com>2015-10-16 10:42:41 +0200
commit85adff2c39e6eae77a915638961f2144ef18b5c9 (patch)
treead87847bd5cca361b2e4582a361c4d4d70948aec /fr-fr/haml-fr.html.markdown
parent375f0c18ae9b8d8732c480d0647becf1e82adf3e (diff)
parent25e49b8cf10d3879431eae6ffe8a8e5f88843b8d (diff)
Merge 'master' of github.com:adambard/learnxinyminutes-docs
Diffstat (limited to 'fr-fr/haml-fr.html.markdown')
-rw-r--r--fr-fr/haml-fr.html.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/fr-fr/haml-fr.html.markdown b/fr-fr/haml-fr.html.markdown
index 0267a380..24be8bf9 100644
--- a/fr-fr/haml-fr.html.markdown
+++ b/fr-fr/haml-fr.html.markdown
@@ -4,6 +4,7 @@ filename: learnhaml.haml
contributors:
- ["Simon Neveu", "https://github.com/sneveu"]
- ["Thibault", "https://github.com/iTech-"]
+lang: fr-fr
---
Haml est un langage de balisage utilisé majoritairement avec Ruby, qui décrit de manière simple et propre le HTML de n'importe quelle page web sans l'utilisation des traditionnelles lignes de code. Le langage est une alternative très populaire au langage de templates Rails (.erb) et permet d'intégrer du code en Ruby dans votre balisage.