<div class="card" title="{{ note.title}}">
  <h1>{{ note.title }}</h1>

  <p>Created by: {{ note.user || note.username }}</p>

  <h3>Description</h3>
  <p>{{ note.description }}</p>

  <h3>Contents</h3>
  <p>{{ note.content }}</p>

</div>