summaryrefslogtreecommitdiff
path: root/template/index.html
blob: ff9250e75402eb153b32a1e1478ca9be48fbc797 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{%extends "base.html" %}
{%load markup%}
{%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%}