initial commit
This commit is contained in:
commit
6f5167c24f
45 changed files with 763 additions and 0 deletions
7
templates/pages/about.html
Normal file
7
templates/pages/about.html
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{% extends 'base.html' %}
|
||||
|
||||
{% block title %}About page{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1>About page</h1>
|
||||
{% endblock content %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue