- <div class="card" title="{{showController.note.title}}">
- <h1>{{ showController.note.title }}</h1>
- <p>Created by: {{ showController.note.user || showController.note.username }}</p>
- <h3>Description</h3>
- <p>{{ showController.note.description }}</p>
- <h3>Contents</h3>
- <p>{{ showController.note.content }}</p>
- </div>
|