summaryrefslogtreecommitdiff
path: root/template/index.html
blob: 752b09fb5088724ed4323b689d84838b3dd20155 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{%extends "base.html" %}
{%block title%}Welcome{%endblock%}
{%block maincontent%}
<div class="row">
  <div class="col-md-7 offset-md-2">
    <h1 class="text-center">Welcome</h1>
    <p>
      Welcome to this site! It has not yet been skinned...
    </p>

  </div>
</div>
{%endblock%}