1
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
website-2020-spike/templates/about.html
2020-04-25 20:35:34 +01:00

10 lines
133 B
HTML

{% extends "base.html" %}
{% load static %}
{% block title %}About{% endblock %}
{% block content %}
<h1>About</h1>
{% endblock%}