Added core about page
This commit is contained in:
parent
ca2c7b0501
commit
5799675878
1 changed files with 12 additions and 0 deletions
12
templates/about/index.html
Normal file
12
templates/about/index.html
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
{% extends 'content_base.html' %}
|
||||||
|
|
||||||
|
{% block pageTitle %}About{% endblock %}
|
||||||
|
|
||||||
|
{% block content %}
|
||||||
|
<div class="container">
|
||||||
|
<div class="panel panel-default">
|
||||||
|
<div class="panel-body">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{% endblock %}
|
Reference in a new issue