6 lines
89 B
HTML
6 lines
89 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<h1>About HV3</h1>
|
|
{% endblock content %}
|