aboutsummaryrefslogtreecommitdiff
path: root/codemash/templates/index.html
blob: 5f598b1579f73cc8cf31ff36524b79689d569977 (plain)
1
2
3
4
5
6
7
8
9
10
{% extends "base.html" %}

{% block title %}Hello{% endblock %}

{% block main %}
    <div id="summary">
        <h1>It worked!</h1>
        <h2>Congratulations on your second Django-powered page.</h2>
    </div>
{% endblock %}