Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 173 Bytes

06-percent.md

File metadata and controls

11 lines (6 loc) · 173 Bytes

percent

  • Permet d’afficher un pourcentage.
<p>{{ 0.8 | percent }}</p> <!-- affiche '80%' -->

<p>{{ 0.8 | percent:'.3' }}</p> <!-- affiche '80.000%' -->