4 lines
82 B
HTML
4 lines
82 B
HTML
{% extends 'base.html' %}
|
|
{% block content %}
|
|
<h1>Calculus</h1>
|
|
{% endblock %} |