Notes

Aucunes notes

  • Titre:

    {{ note.title }}

    {{ note.title + "(" + note.content.length + ")" }}

    {{ note.title.substring(0,15) + "..." + "(" + note.content.length + ")" }}

    Content:
    {{ note.content }}
    {{ note.content }}
    {{ note.content.substring(0,30) + "..." }}

    Titre:

    {{ note.title }}

    {{ note.title + "(" + note.content.length + ")" }}

    {{ note.title.substring(0,15) + "..." + "(" + note.content.length + ")" }}

    Content:
    {{ note.content }}
    {{ note.content }}
    {{ note.content.substring(0,30) + "..." }}

    {{ note.title }}

    {{ note.content }}