9 lines
133 B
HTML
9 lines
133 B
HTML
{% extends "base.html" %}
|
|
|
|
{% load static %}
|
|
|
|
{% block title %}About{% endblock %}
|
|
|
|
{% block content %}
|
|
<h1>About</h1>
|
|
{% endblock%}
|