1 2 3 4 5 6
{% extends 'base.html' %} {% block content %} <main> <h1> TK Notes</h1> </main> {% endblock %}