Files
math-website/templates/about.html
T

4 lines
92 B
HTML

{% extends 'base.html' %}
{% block content %}
<h1>About this website</h1>
{% endblock %}