Files
TimeTrack/templates/note_mindmap_test.html

8 lines
206 B
HTML

{% extends "layout.html" %}
{% block content %}
<div class="note-mindmap-container">
<h1>Mind Map Test - {{ note.title }}</h1>
<p>If you see this, the template is working.</p>
</div>
{% endblock %}