Index: trunk/quiz/templates/home.html =================================================================== diff -u -r6 -r8 --- trunk/quiz/templates/home.html (.../home.html) (revision 6) +++ trunk/quiz/templates/home.html (.../home.html) (revision 8) @@ -1,8 +1,7 @@ -{% load static %} - - - Quiz - - +{% extends "base.html" %} + +{% block title %}Quiz{% endblock title %} + +{% block content %}

Homepage

+{% endblock content %}