From ab4f67772df6ccd74aed7dc7aca8fcefea132685 Mon Sep 17 00:00:00 2001 From: David Stanek Date: Sun, 4 Nov 2012 07:44:30 -0500 Subject: a polished hello codemash example --- codemash/templates/base.html | 15 +++++++++++++++ codemash/templates/index.html | 6 ++++-- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/codemash/templates/base.html b/codemash/templates/base.html index bb85256..145df9e 100644 --- a/codemash/templates/base.html +++ b/codemash/templates/base.html @@ -1,7 +1,22 @@ + Hello Codemash: {% block title %}TODO: add custom content using child templates{% endblock %} + diff --git a/codemash/templates/index.html b/codemash/templates/index.html index 29c949d..5f598b1 100644 --- a/codemash/templates/index.html +++ b/codemash/templates/index.html @@ -3,6 +3,8 @@ {% block title %}Hello{% endblock %} {% block main %} -

It worked!

-

Congratulations on your second Django-powered page.

+
+

It worked!

+

Congratulations on your second Django-powered page.

+
{% endblock %} -- cgit v1.2.3