Files
math-website/templates/calculus.html
T

4 lines
82 B
HTML

{% extends 'base.html' %}
{% block content %}
<h1>Calculus</h1>
{% endblock %}