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

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

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