base.html 80 B

123
  1. <h1>{% block title %}{% endblock %}</h1>
  2. <hr>
  3. {% block content %}{% endblock %}