summaryrefslogtreecommitdiff
path: root/project/templates/about.html
blob: df4d00df724fbc1d8c0365d17c505dd92189f581 (plain)
1
2
3
4
5
6
7
8

{% extends "base.html" %}

{% block title %}About{% endblock %}

{% block content %}
    <p>Content for about page goes here</p>
{% endblock %}