4 lines
92 B
HTML
4 lines
92 B
HTML
{% extends 'base.html' %}
|
|
{% block content %}
|
|
<h1>About this website</h1>
|
|
{% endblock %} |