summaryrefslogtreecommitdiff
path: root/web/templates/index.html
blob: 0492f078dcd05881fb6e881ed86113d0ef692acc (plain)
1
2
3
4
5
6
7
{% extends "body.html" %}
{% load staticfiles %}
{% block title1 %}{% block title2 %}PG Performance Farm{% endblock %}{% endblock %}

{% block content %}
<p>This is the home page</p>
{% endblock %}